From bf8846dbacd70b182d16cc37bc62b41d81526123 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 9 Mar 2026 16:44:36 +0000 Subject: [PATCH] chore(release): 0.2.5 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fa326..adaefeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [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) + + ### [0.2.4](https://github.com/flowcanon/deploy/compare/v0.2.3...v0.2.4) (2026-03-05) - Add plausible anlaytics [#17](https://github.com/flowcanon/deploy/pull/17) diff --git a/pyproject.toml b/pyproject.toml index e783ce5..a5aadd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.4" +version = "0.2.5" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"