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)