diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c6131..8a10f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.3](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v2.7.2...v2.7.3) (2024-07-29) + + +### Bug Fixes + +* hardcoded niscode-ovocode mapping without OVO-prefix ([a3a4002](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/a3a4002c1e2f16f3a17f5dc21a7619fd85c6621a)) + ## [2.7.2](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v2.7.1...v2.7.2) (2024-07-19) diff --git a/package-lock.json b/package-lock.json index 2c4b04e..0883625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basisregisters-integration-db", - "version": "2.7.2", + "version": "2.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "basisregisters-integration-db", - "version": "2.7.2", + "version": "2.7.3", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.3.0", diff --git a/package.json b/package.json index d2257d8..93d191a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basisregisters-integration-db", - "version": "2.7.2", + "version": "2.7.3", "description": "Manages schema for Registry integration Db's.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",