diff --git a/CHANGELOG.md b/CHANGELOG.md index bffeeec..9d441a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/). ## unreleased +## 0.9.0 + - Add `django.startapp` invocation. - Confirm support for python 3.12. - Add `secrets` invocations diff --git a/pyproject.toml b/pyproject.toml index 4ab1314..68286fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saritasa-invocations" -version = "0.8.3" +version = "0.9.0" description = "Collection of invoke commands used by Saritasa" authors = [ "Saritasa ",