diff --git a/CHANGELOG.md b/CHANGELOG.md index 11770323..dd418475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v1.2.1 (2024-02-03) + +### Documentation + +* docs: update asciinema link (#44) ([`1512e9f`](https://github.com/raddessi/salt-gnupg-rotate/commit/1512e9f4abc07b145c94d8a4b0949bde211f5011)) + +* docs: add asciinema demos (#42) ([`f7e65e6`](https://github.com/raddessi/salt-gnupg-rotate/commit/f7e65e6e62d9d93a8aec19c21646ef9c018a800f)) + +### Fix + +* fix: readme code style badge (#43) ([`2ac513f`](https://github.com/raddessi/salt-gnupg-rotate/commit/2ac513f0bd285d4abc5e366ff1d3b3b5ef47e60a)) + + ## v1.2.0 (2024-02-03) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 29300d20..8661cbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.8" # Poetry package config [tool.poetry] name = "salt-gnupg-rotate" -version = "1.2.0" +version = "1.2.1" description = "Easily rotate gnupg encryption keys of fully or partially encrypted files." authors = ["Ryan Addessi "] license = "BSD 2-Clause 'Simplified' License" diff --git a/salt_gnupg_rotate/__init__.py b/salt_gnupg_rotate/__init__.py index 0ebf17d3..e7bd5309 100644 --- a/salt_gnupg_rotate/__init__.py +++ b/salt_gnupg_rotate/__init__.py @@ -3,4 +3,4 @@ Easily rotate gnupg encryption keys of fully or partially encrypted files. """ -__version__ = "1.2.0" +__version__ = "1.2.1"