diff --git a/CHANGELOG.md b/CHANGELOG.md index a61835f70..52ad7b6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.23.0](https://github.com/informatievlaanderen/building-registry/compare/v4.22.1...v4.23.0) (2025-01-02) + + +### Features + +* add cache introspection ([a1e92c2](https://github.com/informatievlaanderen/building-registry/commit/a1e92c240426781cb51e861036bfff04efbfedc4)) + ## [4.22.1](https://github.com/informatievlaanderen/building-registry/compare/v4.22.0...v4.22.1) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 17125ea57..16832ae71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.22.1", + "version": "4.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.22.1", + "version": "4.23.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index 86405585a..edf750167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.22.1", + "version": "4.23.0", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",