diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09b061d2..315dc224 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.1" + ".": "3.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6de902..b3a94de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.2](https://github.com/prefapp/firestarter-workflows/compare/v3.4.1...v3.4.2) (2026-03-17) + + +### Bug Fixes + +* Added platforms field to build images' result ([#211](https://github.com/prefapp/firestarter-workflows/issues/211)) ([9230df6](https://github.com/prefapp/firestarter-workflows/commit/9230df6219ca134267bd2f1f0e78ff16c43d7d4a)) + ## [3.4.1](https://github.com/prefapp/firestarter-workflows/compare/v3.4.0...v3.4.1) (2026-03-16) diff --git a/pyproject.toml b/pyproject.toml index 5dd86814..1a41c94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firestarter-workflows" -version = "3.4.1" +version = "3.4.2" description = "Firestarter standard Dagger workflows" authors = ["Javier Gomez Rodriguez "] readme = "README.md"