From 6ac8cf263e8a7199f3f7163d71b8b9d3dc498382 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 07:25:31 +0000 Subject: [PATCH] chore(master): release 2.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cdcff7..56a6542 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a1772..16ae5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)