diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 165a7211..135bd112 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.2" + ".": "3.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8d9c5b..90033739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.3](https://github.com/prefapp/firestarter-workflows/compare/v3.5.2...v3.5.3) (2026-07-31) + + +### Bug Fixes + +* move sys-services config assume role ([#227](https://github.com/prefapp/firestarter-workflows/issues/227)) ([699dc10](https://github.com/prefapp/firestarter-workflows/commit/699dc104fd46ccd9ed8f6f88d2b235deda8afbbe)) + ## [3.5.2](https://github.com/prefapp/firestarter-workflows/compare/v3.5.1...v3.5.2) (2026-07-29) diff --git a/pyproject.toml b/pyproject.toml index d0bb4090..da68a7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firestarter-workflows" -version = "3.5.2" +version = "3.5.3" description = "Firestarter standard Dagger workflows" authors = ["Javier Gomez Rodriguez "] readme = "README.md"