diff --git a/CHANGELOG.md b/CHANGELOG.md index 9967ec5f..9621aae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.3.1 (2023-05-15) + + ## v0.3.0 (2023-05-09) ### Feature * Added list of project contributors ([#95](https://github.com/slalombuild/secureli/issues/95)) ([`f8ec871`](https://github.com/slalombuild/secureli/commit/f8ec871581efa591f4412024e88be2b59b2377a3)) diff --git a/pyproject.toml b/pyproject.toml index 184a68d8..61b2c819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secureli" -version = "0.3.0" +version = "0.3.1" description = "Secure Project Manager" authors = ["Caleb Tonn "] license = "Apache-2.0"