diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af4b95..c3e65c1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.1.2](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.1...v11.1.2) (2023-11-30) + + +### Bug Fixes + +* add StreamId to Envelope Metadata ([23a5dd9](https://github.com/informatievlaanderen/projection-handling/commit/23a5dd90aca49469585fcfc396432beaa7c0d976)) + ## [11.1.1](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.0...v11.1.1) (2023-06-22) diff --git a/package-lock.json b/package-lock.json index caaf88d..de45341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 853d9ec..94ef7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "11.1.1", + "version": "11.1.2", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",