diff --git a/CHANGELOG.md b/CHANGELOG.md index 6176986d9..ea8d929d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.12.4](https://github.com/informatievlaanderen/building-registry/compare/v4.12.3...v4.12.4) (2024-08-19) + + +### Performance Improvements + +* **integration:** try using split query for versions ([7856795](https://github.com/informatievlaanderen/building-registry/commit/78567951deb6579194dfb2c5e8806d765c94dc0a)) + ## [4.12.3](https://github.com/informatievlaanderen/building-registry/compare/v4.12.2...v4.12.3) (2024-08-19) diff --git a/package-lock.json b/package-lock.json index b56e5a34a..5398180fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.12.3", + "version": "4.12.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.12.3", + "version": "4.12.4", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index 2083a5bd9..a949ef499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.12.3", + "version": "4.12.4", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",