diff --git a/CHANGELOG.md b/CHANGELOG.md index d06e467..db0cd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 (2023-11-30) + +### Feat + +- add shortcut function `get` + ## 0.1.3 (2023-11-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 40d0261..07782d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sopsy" -version = "0.1.3" +version = "0.2.0" description = "SOPS Python wrapper library" authors = [{ name = "Nicolas Karolak", email = "nicolas@karolak.fr" }] dependencies = []