From 8bac4bb53a4fa468959a934997944299200007cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:00:04 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ composer.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26183c2..55edc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.1.0](https://github.com/geekcell/php-ddd/compare/v1.0.2...v1.1.0) (2023-01-20) + + +### Features + +* Add `ChainRepository` to support multiple repositories. ([87deb1d](https://github.com/geekcell/php-ddd/commit/87deb1de1650d269b6f0472ea1e7ebd4535e5830)) +* Add more functionality to `Collection` class ([6e0c0a9](https://github.com/geekcell/php-ddd/commit/6e0c0a9796daa8f5513ce7b179f8b347cbd33c86)) +* Implement `ArrayAccess` for in-memory paginator. ([6abd60e](https://github.com/geekcell/php-ddd/commit/6abd60e099608b065002fe338b7faf3a9cf26104)) + + +### Bug Fixes + +* Use `ForType` instead of `For` for attributes ([7dd103e](https://github.com/geekcell/php-ddd/commit/7dd103ea0f411a486a55881a9220b4cb186bf0f7)) + + +### Miscellaneous Chores + +* release 1.0.2 ([b025aca](https://github.com/geekcell/php-ddd/commit/b025aca317fadde2b2e354f9ee51ecafb8005054)) +* release 1.1.0 ([4417a31](https://github.com/geekcell/php-ddd/commit/4417a31d3ee51aab09e8140ac16e3ad98aa5f154)) + ## [1.0.2](https://github.com/geekcell/php-ddd/compare/v1.0.1...v1.0.2) (2023-01-16) diff --git a/composer.json b/composer.json index 60e5995..116c5f4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Your ultimate guard rails for domain driven design with PHP.", "type": "library", "license": "MIT", - "version": "1.0.2", + "version": "1.1.0", "autoload": { "psr-4": { "GeekCell\\Ddd\\": "src/", From f4789893107391fdfe05cb5176e32b06a8bb56d9 Mon Sep 17 00:00:00 2001 From: Pascal Cremer Date: Fri, 20 Jan 2023 13:00:48 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Pascal Cremer --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55edc4e..185d422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,6 @@ * Use `ForType` instead of `For` for attributes ([7dd103e](https://github.com/geekcell/php-ddd/commit/7dd103ea0f411a486a55881a9220b4cb186bf0f7)) -### Miscellaneous Chores - -* release 1.0.2 ([b025aca](https://github.com/geekcell/php-ddd/commit/b025aca317fadde2b2e354f9ee51ecafb8005054)) -* release 1.1.0 ([4417a31](https://github.com/geekcell/php-ddd/commit/4417a31d3ee51aab09e8140ac16e3ad98aa5f154)) - ## [1.0.2](https://github.com/geekcell/php-ddd/compare/v1.0.1...v1.0.2) (2023-01-16)