diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c00bdd1f..e1cdd187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [8.152.0](https://github.com/informatievlaanderen/association-registry/compare/v8.151.0...v8.152.0) (2024-10-01) + + +### Bug Fixes + +* or-2440 change datacontract TeVerwijderenVereniging ([58be57f](https://github.com/informatievlaanderen/association-registry/commit/58be57fc817ce339021c3bc1f83c4d5d344d1828)) +* or-2441 use new deployment and status api for staging environment ([57ea1d9](https://github.com/informatievlaanderen/association-registry/commit/57ea1d929219226925ddebe4b02dceed25fecace)) + + +### Features + +* or-2440 return te verwijderde verenigingen bij publiek detail all ([5b4f666](https://github.com/informatievlaanderen/association-registry/commit/5b4f666bffe49409fa20fe326a22f1f1b7896c6d)) + # [8.151.0](https://github.com/informatievlaanderen/association-registry/compare/v8.150.1...v8.151.0) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index 0add10471..fa78e3eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.151.0", + "version": "8.152.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.151.0", + "version": "8.152.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 23f027600..a8f1131cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.151.0", + "version": "8.152.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",