diff --git a/CHANGELOG.md b/CHANGELOG.md index 985d7033..f40e5a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.5.0 (2023-06-26) + +### Feature + +* #63 swift language support ([#145](https://github.com/slalombuild/secureli/issues/145)) ([`c1bd648`](https://github.com/slalombuild/secureli/commit/c1bd6487cbad2fc715f1e100fa005904fea0e53c)) + ## v0.4.5 (2023-06-19) diff --git a/pyproject.toml b/pyproject.toml index 8ebcc057..14f163f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secureli" -version = "0.4.5" +version = "0.5.0" description = "Secure Project Manager" authors = ["Caleb Tonn "] license = "Apache-2.0"