From d76cca6fa803b253de8c6a26984e09f8b3ee04c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:18:09 +0000 Subject: [PATCH] chore(main): release 3.5.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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..33bf71fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.5.3](https://github.com/prefapp/firestarter-workflows/compare/v3.5.2...v3.5.3) (2026-08-10) + + +### Bug Fixes + +* Add new dereference_enabled input ([#230](https://github.com/prefapp/firestarter-workflows/issues/230)) ([f59d5dd](https://github.com/prefapp/firestarter-workflows/commit/f59d5ddea8f09a3ed3a1799b7ecd134a99c31edb)) +* 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"