From 916c6dd15ea78d450588e512b5c94957d16a4694 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:05:51 +0000 Subject: [PATCH] chore(main): release 3.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 395791d4..09b061d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc77ac04..6c6de902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/prefapp/firestarter-workflows/compare/v3.4.0...v3.4.1) (2026-03-16) + + +### Bug Fixes + +* multi-arch build ([#212](https://github.com/prefapp/firestarter-workflows/issues/212)) ([fccd28f](https://github.com/prefapp/firestarter-workflows/commit/fccd28fd049629b9c8f8455bb088275d9e5c8893)) + ## [3.4.0](https://github.com/prefapp/firestarter-workflows/compare/v3.3.0...v3.4.0) (2026-03-06) diff --git a/pyproject.toml b/pyproject.toml index 4e695a0c..5dd86814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firestarter-workflows" -version = "3.4.0" +version = "3.4.1" description = "Firestarter standard Dagger workflows" authors = ["Javier Gomez Rodriguez "] readme = "README.md"