From 5b556a8b29da286a8d73ec43fefc37d372c47774 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 5 Mar 2026 22:33:20 +0000 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45397cc..d9fa326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [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) + + ### [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) diff --git a/pyproject.toml b/pyproject.toml index be7bcc9..e783ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow-deploy" -version = "0.2.3" +version = "0.2.4" description = "Rolling deploys for Docker Compose + Traefik stacks" authors = ["Flowcanon"] readme = "README.md"