diff --git a/CHANGELOG.md b/CHANGELOG.md index bca763e..b02abac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [14.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v13.0.0...v14.0.0) (2024-04-05) + + +### Code Refactoring + +* remove datadog ([d4bf7c5](https://github.com/informatievlaanderen/projection-handling/commit/d4bf7c515f560d4e0be83432317503b36300b505)) + + +### BREAKING CHANGES + +* remove datadog from the project + # [13.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v12.1.3...v13.0.0) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index d612137..c551e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "13.0.0", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.0.3", diff --git a/package.json b/package.json index 0807ed8..75c6527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "13.0.0", + "version": "14.0.0", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",