diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9983f9..81c579ee 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.3.0](https://github.com/informatievlaanderen/public-api/compare/v6.2.3...v6.3.0) (2024-05-29) + + +### Features + +* add correct address removal ([6c3f731](https://github.com/informatievlaanderen/public-api/commit/6c3f731f00be332c52b8ca76aefdc67e48a46d03)) + ## [6.2.3](https://github.com/informatievlaanderen/public-api/compare/v6.2.2...v6.2.3) (2024-05-07) diff --git a/package-lock.json b/package-lock.json index b9315ad8..429adeab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "public-api", - "version": "6.2.3", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "public-api", - "version": "6.2.3", + "version": "6.3.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index c45d1937..80cbc1cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-api", - "version": "6.2.3", + "version": "6.3.0", "description": "Provide a common api across all registries.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",