diff --git a/CHANGELOG.md b/CHANGELOG.md index f28be4d58..39104e046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.52.0](https://github.com/informatievlaanderen/association-registry/compare/v8.51.0...v8.52.0) (2024-01-25) + + +### Features + +* or-1349 split duplicate detection ([#616](https://github.com/informatievlaanderen/association-registry/issues/616)) ([8595bb8](https://github.com/informatievlaanderen/association-registry/commit/8595bb8a07ecdfa6773b8642c5e41a6e3d0d8377)) + # [8.51.0](https://github.com/informatievlaanderen/association-registry/compare/v8.50.2...v8.51.0) (2024-01-25) diff --git a/package-lock.json b/package-lock.json index f224872f1..9b95d9e7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index e263adda0..62c9c1ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",