diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf7625..b02571d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [9.0.0](https://github.com/informatievlaanderen/command-handling/compare/v8.3.0...v9.0.0) (2024-03-08) + + +### Features + +* move to dotnet 8.0.2 ([b180ef0](https://github.com/informatievlaanderen/command-handling/commit/b180ef0ea3fc52708b744ed626ee9298a1e6cd36)) + + +### BREAKING CHANGES + +* move to dotnet 8.0.2 + # [8.3.0](https://github.com/informatievlaanderen/command-handling/compare/v8.2.0...v8.3.0) (2023-11-29) diff --git a/package-lock.json b/package-lock.json index 25f2010..4c173ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "command-handling", - "version": "8.3.0", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "command-handling", - "version": "8.3.0", + "version": "9.0.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.0.3", diff --git a/package.json b/package.json index 6e53d87..93f4f58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-handling", - "version": "8.3.0", + "version": "9.0.0", "description": "Lightweight infrastructure for doing command handling and eventsourcing using aggregates.", "author": "Basisregisters Vlaanderen", "license": "MIT",