diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba67087..4cdcff7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9a55b..b6a1772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [2.1.1](https://github.com/le-phare/import-bundle/compare/v2.1.0...v2.1.1) (2024-05-21) + + +### Bug Fixes + +* **release-please:** Rename release-please-manifest.json to .release-please-manifest.json ([75eeeb2](https://github.com/le-phare/import-bundle/commit/75eeeb250960d31eb1b803ce07de004b336d5138)) +* **services:** email reports are enabled if symfony mailer is installed ([552e23d](https://github.com/le-phare/import-bundle/commit/552e23d53012c391732fce0e15114ddbd3ca3782)) + + +### Miscellaneous Chores + +* **actions:** add release please workflow ([#10](https://github.com/le-phare/import-bundle/issues/10)) ([508e8cd](https://github.com/le-phare/import-bundle/commit/508e8cd54800fdb35403416907e9e9b010556faf)) +* **actions:** add test github action ([#9](https://github.com/le-phare/import-bundle/issues/9)) ([234e95f](https://github.com/le-phare/import-bundle/commit/234e95f7d31e57a4ce7489f357fc2bb2d0616227)) +* **composer:** add missing require dev dependencies ([5647fe2](https://github.com/le-phare/import-bundle/commit/5647fe26b7ce13535b54f266ee1ed8c33ac1ee59)) + ## 2.1.0 (2023-12-19) ### Features