diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f726a8..d9e8ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [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) + + ### [0.2.1](https://github.com/flowcanon/deploy/compare/v0.2.0...v0.2.1) (2026-03-03) - Release self-contained github action at flowcanon/deploy-action & absorb required discovery command into flow-deploy config [#8](https://github.com/flowcanon/deploy/pull/8) diff --git a/pyproject.toml b/pyproject.toml index 11b46c4..70f1f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.1" +version = "0.2.2" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"