diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c55236..f8a9653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.0 (2024-11-18) + +### Feat + +- allow sops binary path customization (#75) + ## 1.0.1 (2024-10-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 51c7797..d58e49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sopsy" -version = "1.0.1" +version = "1.1.0" description = "SOPS Python wrapper library" authors = [{ name = "Nicolas Karolak", email = "nicolas@karolak.fr" }] dependencies = ["pyyaml>=6.0.1"]