diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c90ff614..257bea745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [8.21.0](https://github.com/informatievlaanderen/association-registry/compare/v8.20.0...v8.21.0) (2023-11-15) + + +### Bug Fixes + +* or-1952 fix faulty test ([cc8e76c](https://github.com/informatievlaanderen/association-registry/commit/cc8e76cb0dd497f0f7f4c693d28b657eef215950)) + + +### Features + +* or-1952 registratie Moedervereniging uit KBO when registratie afdeling ([600be4a](https://github.com/informatievlaanderen/association-registry/commit/600be4a5e6cc06466b9ff6a18a5e2b53998e99aa)) + # [8.20.0](https://github.com/informatievlaanderen/association-registry/compare/v8.19.0...v8.20.0) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index 2634896cc..f7ee95474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.20.0", + "version": "8.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.20.0", + "version": "8.21.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.6.7", diff --git a/package.json b/package.json index 99005ba98..dc77f003c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.20.0", + "version": "8.21.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",