We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e8d82e + 21f81f7 commit c42f7eaCopy full SHA for c42f7ea
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/geekcell/php-ddd/compare/v1.0.0...v1.0.1) (2023-01-16)
4
+
5
6
+### Bug Fixes
7
8
+* Remove package from docstring. ([a74b1ac](https://github.com/geekcell/php-ddd/commit/a74b1ac3cbc1d03681e574e339c4c6d2b4b433f2))
9
10
## [1.0.0](https://github.com/geekcell/php-ddd/compare/v2.0.0...v1.0.0) (2023-01-16)
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.0.0",
+ "version": "1.0.1",
"autoload": {
"psr-4": {
"GeekCell\\Ddd\\": "src/",
0 commit comments