diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcb2bfe..cd7ee385 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.6.1](https://github.com/informatievlaanderen/municipality-registry/compare/v5.6.0...v5.6.1) (2024-11-18) + + +### Bug Fixes + +* hide extra events ([80329a5](https://github.com/informatievlaanderen/municipality-registry/commit/80329a5d183a53e74053ec69484e2eb9b51def71)) + # [5.6.0](https://github.com/informatievlaanderen/municipality-registry/compare/v5.5.2...v5.6.0) (2024-11-18) diff --git a/package-lock.json b/package-lock.json index 17164b83..1ffc6731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "municipality-registry", - "version": "5.6.0", + "version": "5.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "municipality-registry", - "version": "5.6.0", + "version": "5.6.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index cb238444..b167b762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipality-registry", - "version": "5.6.0", + "version": "5.6.1", "description": "Reference municipality registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",