Skip to content

Commit 847b3a9

Browse files
chore(main): release 1.0.2
1 parent c42f7ea commit 847b3a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/geekcell/php-ddd/compare/v1.0.1...v1.0.2) (2023-01-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Rename class to match PSR-4 autoloading standards. ([6e8d82e](https://github.com/geekcell/php-ddd/commit/6e8d82ecc6be3df29eb65f2468e7d760c27ba0b9))
9+
310
## [1.0.1](https://github.com/geekcell/php-ddd/compare/v1.0.0...v1.0.1) (2023-01-16)
411

512

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Your ultimate guard rails for domain driven design with PHP.",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)