From a37c6e7081d4cb15a77320117375d4a2019a6783 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:41:14 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618d269..dee9d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.1](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.0...v1.1.1) (2023-01-16) + + +### Bug Fixes + +* rename bundle file to match PSR-4 requirements. ([6f37a54](https://github.com/geekcell/ddd-symfony-bundle/commit/6f37a54b847e9727398e450e9d24cef0a2758c33)) + + +### Miscellaneous Chores + +* Update geekcell/ddd dependency. ([769384a](https://github.com/geekcell/ddd-symfony-bundle/commit/769384a2695656c9534bc832812295f12199222e)) + ## 1.1.0 (2023-01-16) diff --git a/composer.json b/composer.json index 4bc68f6..b373930 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.0", + "version": "1.1.1", "license": "MIT", "authors": [ {