From bebeabbc1a15f67238ed4e0ef4172f4d1343900c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:27:34 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fa240..d630654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/geekcell/php-ddd/compare/v1.0.0...v2.0.0) (2023-01-12) + + +### ⚠ BREAKING CHANGES + +* Update contracts for command and query bus. + +### Code Refactoring + +* Update contracts for command and query bus. ([a5b8957](https://github.com/geekcell/php-ddd/commit/a5b89573ad5f282a5b8b510a815332a6f2fe2f0a)) + ## 1.0.0 (2023-01-12)