diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7a8d070..6b1900388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.16.8](https://github.com/informatievlaanderen/building-registry/compare/v4.16.7...v4.16.8) (2024-09-30) + + +### Bug Fixes + +* keep trying to acquire lock in cache invalidator ([bc6a423](https://github.com/informatievlaanderen/building-registry/commit/bc6a423152352db6665663b174bf5cdd73e093e7)) + ## [4.16.7](https://github.com/informatievlaanderen/building-registry/compare/v4.16.6...v4.16.7) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 0b199f3ea..28245202a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.16.7", + "version": "4.16.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.16.7", + "version": "4.16.8", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index f6cfe7f45..eaaca09a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.16.7", + "version": "4.16.8", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",