diff --git a/CHANGELOG.md b/CHANGELOG.md index 95406267..0fcb2bfe 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.6.0](https://github.com/informatievlaanderen/municipality-registry/compare/v5.5.2...v5.6.0) (2024-11-18) + + +### Features + +* update event-handling ([5b35a59](https://github.com/informatievlaanderen/municipality-registry/commit/5b35a59d3ca6d7fa139014234b1b82971fe192ea)) + ## [5.5.2](https://github.com/informatievlaanderen/municipality-registry/compare/v5.5.1...v5.5.2) (2024-11-05) diff --git a/package-lock.json b/package-lock.json index a404b088..17164b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "municipality-registry", - "version": "5.5.2", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "municipality-registry", - "version": "5.5.2", + "version": "5.6.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index a2e3d00e..cb238444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipality-registry", - "version": "5.5.2", + "version": "5.6.0", "description": "Reference municipality registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",