From bc55b395bfa39d5ffd7033c95b9eb99920f2ff6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:01:13 +0000 Subject: [PATCH 1/2] chore(main): release 1.4.3 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7571cd..630214f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.4.2...v1.4.3) (2025-02-25) + + +### Miscellaneous Chores + +* change CODEOWNER to ckappen ([3a681b3](https://github.com/geekcell/ddd-symfony-bundle/commit/3a681b3a55a51c5cb419b0914459e23254a34a71)) + ## [1.4.2](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.4.1...v1.4.2) (2023-12-20) diff --git a/composer.json b/composer.json index e70db74..d60e750 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "geekcell/ddd-bundle", "description": "A bundle for pragmatic domain driven design in Symfony.", "type": "symfony-bundle", - "version": "1.4.2", + "version": "1.4.3", "license": "MIT", "authors": [ { From 832e76baea34ece57f39f144dd254392cc9f98e7 Mon Sep 17 00:00:00 2001 From: Bl00D4NGEL <dominik.peters@cura4you.de> Date: Tue, 25 Feb 2025 16:23:57 +0100 Subject: [PATCH 2/2] chore: trigger GH actions