diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ed3a834..a1580b0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [8.164.0](https://github.com/informatievlaanderen/association-registry/compare/v8.163.0...v8.164.0) (2024-10-18) + + +### Bug Fixes + +* or-2246 correct swagger docs wrt vertegenwoordigerid ([a969754](https://github.com/informatievlaanderen/association-registry/commit/a96975482d28839cdb6501c5964a33c67a1f18f0)) + + +### Features + +* or-2246 add kbo nummers to request and response acm api ([de69f36](https://github.com/informatievlaanderen/association-registry/commit/de69f36be746333aa5caf2de858ab2b4ddf3ad8f)) +* or-2246 complete documentation on verenigingen per insz controller ([1704990](https://github.com/informatievlaanderen/association-registry/commit/1704990db6da079106922ef11b91aa4452f53379)) +* or-2246 pass kbo request data to verenigingen per kbo service ([60ef5a3](https://github.com/informatievlaanderen/association-registry/commit/60ef5a3b3a29934da8eaaf7576e03e5f7883b9e8)) +* or-2246 provide old and new way to check insz for acm ([12f61b1](https://github.com/informatievlaanderen/association-registry/commit/12f61b13b18cd6b8669c4345287317ac339cd84d)) +* or-2246 use request object io query param for insz ([909d8ed](https://github.com/informatievlaanderen/association-registry/commit/909d8ed2e20d0d57bf5a6b4136ec6a8618ee6c5e)) + # [8.163.0](https://github.com/informatievlaanderen/association-registry/compare/v8.162.4...v8.163.0) (2024-10-15) diff --git a/package-lock.json b/package-lock.json index 7ef908acf..3f6045a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.163.0", + "version": "8.164.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.163.0", + "version": "8.164.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index c4e325dc8..babeb23f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.163.0", + "version": "8.164.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",