We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337df9b commit 655a487Copy full SHA for 655a487
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.6.0](https://github.com/geekcell/php-ddd/compare/v1.5.0...v1.6.0) (2024-02-09)
4
+
5
6
+### Features
7
8
+* add find and findLast functions ([08588d2](https://github.com/geekcell/php-ddd/commit/08588d2ec3a95aa6d9436f382eedf610c035ec0f))
9
10
## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-08)
11
12
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/",
0 commit comments