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": [ {