From 1f6933d097673fe9220750f2073c7dcfd487f5ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:22:03 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63ec1f..7ac179b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/geekcell/php-ddd/compare/v1.5.0...v1.6.0) (2024-04-24) + + +### Features + +* add find and findLast functions ([08588d2](https://github.com/geekcell/php-ddd/commit/08588d2ec3a95aa6d9436f382eedf610c035ec0f)) +* add toList and toArray functions to Collection ([c883b50](https://github.com/geekcell/php-ddd/commit/c883b503c193042f7beb7df20a7ed7e964dd3d6f)) + + +### Bug Fixes + +* Add T as a possible return type for lastOr and firstOr ([b60ea9c](https://github.com/geekcell/php-ddd/commit/b60ea9c3985620b11960902b65dad114d95ea0e4)) + ## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-08) diff --git a/composer.json b/composer.json index 87ea025..9eaedbe 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.5.0", + "version": "1.6.0", "autoload": { "psr-4": { "GeekCell\\Ddd\\": "src/",