From fb2ec1afe765245f9d38c302a3cae88729eda64c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:27:03 +0000 Subject: [PATCH] chore(main): release 1.1.4 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7265f7..c395088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.3...v1.1.4) (2023-01-20) + + +### Miscellaneous Chores + +* **deps:** Update `geekcell/ddd` to ^1.1.0 ([c48b4c0](https://github.com/geekcell/ddd-symfony-bundle/commit/c48b4c028ddf09491208c459df66e45443632d87)) + ## [1.1.3](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.2...v1.1.3) (2023-01-17) diff --git a/composer.json b/composer.json index eff0817..8cb7fac 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.1.3", + "version": "1.1.4", "license": "MIT", "authors": [ {