diff --git a/CHANGELOG.md b/CHANGELOG.md index adaefeb..23b12ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [0.2.6](https://github.com/flowcanon/deploy/compare/v0.2.5...v0.2.6) (2026-03-09) + +- (Bugfix) Filter containers by project [#21](https://github.com/flowcanon/deploy/pull/21) + + ### [0.2.5](https://github.com/flowcanon/deploy/compare/v0.2.4...v0.2.5) (2026-03-09) - Support ssh port in docker compose as well [#19](https://github.com/flowcanon/deploy/pull/19) diff --git a/pyproject.toml b/pyproject.toml index a5aadd1..d6f756b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.5" +version = "0.2.6" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"