From 6ae07a437e3452a083c76b892400161da3465044 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:24:30 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185d422..7a49831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/geekcell/php-ddd/compare/v1.1.0...v1.1.1) (2023-03-31) + + +### Bug Fixes + +* Improve `Collection::filter` method to not retain indices. ([#13](https://github.com/geekcell/php-ddd/issues/13)) ([1848c02](https://github.com/geekcell/php-ddd/commit/1848c020ca062573b5b88a235ec9c304d110445f)), closes [#12](https://github.com/geekcell/php-ddd/issues/12) + ## [1.1.0](https://github.com/geekcell/php-ddd/compare/v1.0.2...v1.1.0) (2023-01-20) diff --git a/composer.json b/composer.json index f4b0677..b90d67a 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.1.0", + "version": "1.1.1", "autoload": { "psr-4": { "GeekCell\\Ddd\\": "src/",