diff --git a/CHANGELOG.md b/CHANGELOG.md index db90e831b..5d9698c63 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.321.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.320.0...v1.321.0) (2024-09-24) + + +### Features + +* or-2535 remove legal ent type when decoupled ([84efcc0](https://github.com/informatievlaanderen/organisation-registry/commit/84efcc097c6afe9ef0c6d34e7d8641dbb29809f9)) + # [1.320.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.319.0...v1.320.0) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 376ab3e0e..743ce0302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "organisation-registry", - "version": "1.320.0", + "version": "1.321.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "organisation-registry", - "version": "1.320.0", + "version": "1.321.0", "hasInstallScript": true, "license": "EUPL-1.2", "dependencies": { diff --git a/package.json b/package.json index 81efc04fe..74cc7acad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.320.0", + "version": "1.321.0", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",