From be4ab9095a7bf9bbed5357378ea5f785f33e3c7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:51:47 +0000 Subject: [PATCH] chore(master): release 2.2.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f3407a..a38c0a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.3" + ".": "2.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4762e70..3c333b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.2.4](https://github.com/le-phare/import-bundle/compare/v2.2.3...v2.2.4) (2025-12-08) + + +### Miscellaneous Chores + +* **composer:** allow Symfony 8 ([#50](https://github.com/le-phare/import-bundle/issues/50)) ([870cd45](https://github.com/le-phare/import-bundle/commit/870cd457732de9445b5bbfe7815cf06fd6d02a40)) + ## [2.2.3](https://github.com/le-phare/import-bundle/compare/v2.2.2...v2.2.3) (2025-11-26)