From 0468d184de52c93e5818c38042b96fad928f7261 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:11:24 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e21350a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## [1.1.0](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.0.3...v1.1.0) (2023-01-16) + + +### ⚠ BREAKING CHANGES + +* Use `geekcell/ddd` as core library. + +### Features + +* Add initial additions ([7cdc45b](https://github.com/geekcell/ddd-symfony-bundle/commit/7cdc45b2927b7db073293a67b5663e7916f4e94d)) + + +### Code Refactoring + +* Use `geekcell/ddd` as core library. ([521e586](https://github.com/geekcell/ddd-symfony-bundle/commit/521e586d6ac59e96200f5d25667d00cc2f49e555)), closes [#5](https://github.com/geekcell/ddd-symfony-bundle/issues/5) + + +### Miscellaneous Chores + +* Add CODEOWNERS file ([8dbfa52](https://github.com/geekcell/ddd-symfony-bundle/commit/8dbfa5263a83243bf78fee3db115fe645932725d)) +* **main:** release 1.0.0 ([1b1e51e](https://github.com/geekcell/ddd-symfony-bundle/commit/1b1e51e8b476b9f5ae62346830d7ec612528686e)) +* **main:** release 1.0.1 ([dbf2ad8](https://github.com/geekcell/ddd-symfony-bundle/commit/dbf2ad8f2a2385352b20af9cfa1d710a408cba32)) +* **main:** release 1.0.2 ([c5ae064](https://github.com/geekcell/ddd-symfony-bundle/commit/c5ae064b3b02b635a9b6961dc84113ccbbf2ce99)) +* **main:** release 1.0.3 ([6cc451f](https://github.com/geekcell/ddd-symfony-bundle/commit/6cc451fce01ccadd963b3cfbfce2bd81b7b843ec)) +* release 1.0.1 ([b051eb8](https://github.com/geekcell/ddd-symfony-bundle/commit/b051eb82197e79d04d316b55a2d30db02541fb98)) +* release 1.0.2 ([4c98116](https://github.com/geekcell/ddd-symfony-bundle/commit/4c9811648de2b659a1518bcc3b9118aba4341dbe)) +* release 1.0.3 ([e7638e6](https://github.com/geekcell/ddd-symfony-bundle/commit/e7638e6d35be969b3dc506d86a74af0b0be255f5)) +* release 1.1.0 ([258cc7b](https://github.com/geekcell/ddd-symfony-bundle/commit/258cc7b4745b2a247e60d78e896b8663ce2f26d8)) From 0d5c08b8c22e11d228dbbb4f97da3a182f601bb2 Mon Sep 17 00:00:00 2001 From: Pascal Cremer Date: Mon, 16 Jan 2023 15:18:53 +0100 Subject: [PATCH 2/2] doc: Update CHANGELOG.md --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21350a..618d269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.1.0](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.0.3...v1.1.0) (2023-01-16) +## 1.1.0 (2023-01-16) ### ⚠ BREAKING CHANGES @@ -20,11 +20,3 @@ ### Miscellaneous Chores * Add CODEOWNERS file ([8dbfa52](https://github.com/geekcell/ddd-symfony-bundle/commit/8dbfa5263a83243bf78fee3db115fe645932725d)) -* **main:** release 1.0.0 ([1b1e51e](https://github.com/geekcell/ddd-symfony-bundle/commit/1b1e51e8b476b9f5ae62346830d7ec612528686e)) -* **main:** release 1.0.1 ([dbf2ad8](https://github.com/geekcell/ddd-symfony-bundle/commit/dbf2ad8f2a2385352b20af9cfa1d710a408cba32)) -* **main:** release 1.0.2 ([c5ae064](https://github.com/geekcell/ddd-symfony-bundle/commit/c5ae064b3b02b635a9b6961dc84113ccbbf2ce99)) -* **main:** release 1.0.3 ([6cc451f](https://github.com/geekcell/ddd-symfony-bundle/commit/6cc451fce01ccadd963b3cfbfce2bd81b7b843ec)) -* release 1.0.1 ([b051eb8](https://github.com/geekcell/ddd-symfony-bundle/commit/b051eb82197e79d04d316b55a2d30db02541fb98)) -* release 1.0.2 ([4c98116](https://github.com/geekcell/ddd-symfony-bundle/commit/4c9811648de2b659a1518bcc3b9118aba4341dbe)) -* release 1.0.3 ([e7638e6](https://github.com/geekcell/ddd-symfony-bundle/commit/e7638e6d35be969b3dc506d86a74af0b0be255f5)) -* release 1.1.0 ([258cc7b](https://github.com/geekcell/ddd-symfony-bundle/commit/258cc7b4745b2a247e60d78e896b8663ce2f26d8))