From c5ae064b3b02b635a9b6961dc84113ccbbf2ce99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:48:25 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.2 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a56d10..0a78e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.2](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.0.1...v1.0.2) (2023-01-09) + + +### Miscellaneous Chores + +* 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)) + ## [1.0.1](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.0.0...v1.0.1) (2023-01-09) diff --git a/composer.json b/composer.json index 9910bd8..500b5ef 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "geekcell/ddd-bundle", "type": "symfony-bundle", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "authors": [ { From 76e241b3b6e892cb2b3fa5b292f53d965b854d37 Mon Sep 17 00:00:00 2001 From: Pascal Cremer Date: Mon, 9 Jan 2023 15:50:57 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Pascal Cremer --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a78e74..eb8d541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Miscellaneous Chores -* 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)) ## [1.0.1](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.0.0...v1.0.1) (2023-01-09)