Skip to content

Commit 9023c1d

Browse files
author
janvt
authored
Merge pull request #17 from geekcell/release-please--branches--main--components--release-please-action
chore(main): release 1.2.0
2 parents 5d2e689 + e8af724 commit 9023c1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/geekcell/php-ddd/compare/v1.1.1...v1.2.0) (2023-05-22)
4+
5+
6+
### Features
7+
8+
* add generic/template support for queries/commands ([5d2e689](https://github.com/geekcell/php-ddd/commit/5d2e689a0c5b233a97bbef57f3148c5cf0b151e0))
9+
* add generic/template support for queries/commands ([6d25a9c](https://github.com/geekcell/php-ddd/commit/6d25a9c346597ccb8a5bff49e90a682d605d6ec6))
10+
311
## [1.1.1](https://github.com/geekcell/php-ddd/compare/v1.1.0...v1.1.1) (2023-03-31)
412

513

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.1.1",
6+
"version": "1.2.0",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)