diff --git a/CHANGELOG.md b/CHANGELOG.md index 083d7592..436b7566 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.7.0](https://github.com/informatievlaanderen/municipality-registry/compare/v5.6.3...v5.7.0) (2025-01-23) + + +### Features + +* **geometry:** update VRBG to final 2025 borders ([9be0049](https://github.com/informatievlaanderen/municipality-registry/commit/9be0049c254b72a2d37ecd240f64872e5be6c90b)) + ## [5.6.3](https://github.com/informatievlaanderen/municipality-registry/compare/v5.6.2...v5.6.3) (2025-01-20) diff --git a/package-lock.json b/package-lock.json index cf0f4082..dceadbdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "municipality-registry", - "version": "5.6.3", + "version": "5.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "municipality-registry", - "version": "5.6.3", + "version": "5.7.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index b09994c2..8f996368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipality-registry", - "version": "5.6.3", + "version": "5.7.0", "description": "Reference municipality registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",