diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8d929d6..565b4afd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.12.5](https://github.com/informatievlaanderen/building-registry/compare/v4.12.4...v4.12.5) (2024-08-19) + + +### Performance Improvements + +* **integration:** add position composite indexes ([306cbda](https://github.com/informatievlaanderen/building-registry/commit/306cbdad096820ff60f004323ea8d0e74669c6df)) + ## [4.12.4](https://github.com/informatievlaanderen/building-registry/compare/v4.12.3...v4.12.4) (2024-08-19) diff --git a/package-lock.json b/package-lock.json index 5398180fc..2200b824a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.12.4", + "version": "4.12.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.12.4", + "version": "4.12.5", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index a949ef499..19e14a973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.12.4", + "version": "4.12.5", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",