Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [2.1.2](https://github.com/le-phare/import-bundle/compare/v2.1.1...v2.1.2) (2024-05-23)


### 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))
* **composer:** allow Symfony 7 ([#4](https://github.com/le-phare/import-bundle/issues/4)) ([f787192](https://github.com/le-phare/import-bundle/commit/f787192f8a04de6cefbd9fd65f8addaecf68d5e5))
* **master:** release 2.1.1 ([#12](https://github.com/le-phare/import-bundle/issues/12)) ([05bf9c1](https://github.com/le-phare/import-bundle/commit/05bf9c12882c113b7f32a13b2b6f40599043b46d))

## [2.1.1](https://github.com/le-phare/import-bundle/compare/v2.1.0...v2.1.1) (2024-05-21)


Expand Down