diff --git a/CHANGELOG.md b/CHANGELOG.md index a642267..987d207 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.17.0](https://github.com/informatievlaanderen/base-registries/compare/v2.16.3...v2.17.0) (2024-07-29) + + +### Features + +* add snapshot verification ([c816f72](https://github.com/informatievlaanderen/base-registries/commit/c816f7262a98064fee5d5da9bd69c872fc009d24)) + ## [2.16.3](https://github.com/informatievlaanderen/base-registries/compare/v2.16.2...v2.16.3) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index b7f2507..a3afab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "base-registries", - "version": "2.16.3", + "version": "2.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "base-registries", - "version": "2.16.3", + "version": "2.17.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "^17.6.1", diff --git a/package.json b/package.json index f0d680d..94f1bbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base-registries", - "version": "2.16.3", + "version": "2.17.0", "description": "Public site of the Base Registries.", "author": "Basisregisters Vlaanderen", "repository": {