From 061dc4e9b0d5de70967f6c4af92c543d7f58a93f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:53:05 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/adlerhurst/eventstore/compare/v1.0.1...v2.0.0) (2023-11-01) ### ⚠ BREAKING CHANGES * **aggregate:** unify types ([#11](https://github.com/adlerhurst/eventstore/issues/11)) ### Bug Fixes * add module version for v2 release ([#13](https://github.com/adlerhurst/eventstore/issues/13)) ([17a1aaa](https://github.com/adlerhurst/eventstore/commit/17a1aaa8b010f90ea7e61b5d3a354a60054a113b)) * **aggregate:** unify types ([#11](https://github.com/adlerhurst/eventstore/issues/11)) ([9924c91](https://github.com/adlerhurst/eventstore/commit/9924c9183481d5007ac330e68157d298e82f7912)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddf37f..36340d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/adlerhurst/eventstore/compare/v1.0.1...v2.0.0) (2023-11-01) + + +### ⚠ BREAKING CHANGES + +* **aggregate:** unify types ([#11](https://github.com/adlerhurst/eventstore/issues/11)) + +### Bug Fixes + +* add module version for v2 release ([#13](https://github.com/adlerhurst/eventstore/issues/13)) ([17a1aaa](https://github.com/adlerhurst/eventstore/commit/17a1aaa8b010f90ea7e61b5d3a354a60054a113b)) +* **aggregate:** unify types ([#11](https://github.com/adlerhurst/eventstore/issues/11)) ([9924c91](https://github.com/adlerhurst/eventstore/commit/9924c9183481d5007ac330e68157d298e82f7912)) + ## [1.0.1](https://github.com/adlerhurst/eventstore/compare/v1.0.0...v1.0.1) (2023-11-01)