diff --git a/CHANGELOG.md b/CHANGELOG.md index b708800c..1b676d7c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/informatievlaanderen/municipality-registry/compare/v5.0.1...v5.0.2) (2024-03-19) + + +### Bug Fixes + +* csproj file ([d8f46cc](https://github.com/informatievlaanderen/municipality-registry/commit/d8f46ccf63792f978c29a328e8d5c1dfbd09aac6)) + ## [5.0.1](https://github.com/informatievlaanderen/municipality-registry/compare/v5.0.0...v5.0.1) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 8723de9f..c530c235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "municipality-registry", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "municipality-registry", - "version": "5.0.1", + "version": "5.0.2", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 6e16999d..3906a227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipality-registry", - "version": "5.0.1", + "version": "5.0.2", "description": "Reference municipality registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",