diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e68780..aded3a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.1.4 (2023-04-05) + + ## v0.1.3 (2023-04-05) diff --git a/pyproject.toml b/pyproject.toml index f2e47eed..c451fd23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secureli" -version = "0.1.3" +version = "0.1.4" description = "Secure Project Manager" authors = ["Tristan Leonard "] readme = "README.md"