diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd3e1d58..56caaeb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [8.172.0](https://github.com/informatievlaanderen/association-registry/compare/v8.171.0...v8.172.0) (2024-11-04) + + +### Bug Fixes + +* or-2515 set andereVereniging naam to string.empty for now ([003c1e2](https://github.com/informatievlaanderen/association-registry/commit/003c1e2eb3f0e296ccace213a857bb7f84b787fc)) + + +### Features + +* or-2515 implement wijzig lidmaatschap ([9a06985](https://github.com/informatievlaanderen/association-registry/commit/9a06985d10d6ace882ce6cf54047d0fb65aa81ad)) +* or-2515 use PUT semantics for changing lidmaatschappen ([cb61d1c](https://github.com/informatievlaanderen/association-registry/commit/cb61d1ce910ebd0df76cfa4ded189598f81d7e1c)) + # [8.171.0](https://github.com/informatievlaanderen/association-registry/compare/v8.170.0...v8.171.0) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index 93c674819..7f21f5afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.171.0", + "version": "8.172.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.171.0", + "version": "8.172.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 45884920e..fc1015512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.171.0", + "version": "8.172.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",