diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e8ec6..45397cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [0.2.3](https://github.com/flowcanon/deploy/compare/v0.2.2...v0.2.3) (2026-03-03) + +- Stub changelog into docs site [#16](https://github.com/flowcanon/deploy/pull/16) +- Switch to release pipeline action [#14](https://github.com/flowcanon/deploy/pull/14) + + ### [0.2.2](https://github.com/flowcanon/deploy/compare/v0.2.1...v0.2.2) (2026-03-03) - Make upgrade smarter & use it as a part of github action [#12](https://github.com/flowcanon/deploy/pull/12) diff --git a/pyproject.toml b/pyproject.toml index 70f1f7a..be7bcc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.2" +version = "0.2.3" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"