diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd9b7280..851bf21bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [8.15.0](https://github.com/informatievlaanderen/association-registry/compare/v8.14.0...v8.15.0) (2023-10-31) + + +### Features + +* or-1965 always output ([3573337](https://github.com/informatievlaanderen/association-registry/commit/3573337f2b385a4e9ad59721f3758d351807ff1b)) +* or-1965 use correct names in manual deploy ([b2a63a5](https://github.com/informatievlaanderen/association-registry/commit/b2a63a5f9ebe43fdfb5545de933ce28b3798f4d3)) +* or-1965 use main branch again ([c289a9b](https://github.com/informatievlaanderen/association-registry/commit/c289a9bc98fc6ffe699fa3bb533b4027bcc3bb12)) + # [8.14.0](https://github.com/informatievlaanderen/association-registry/compare/v8.13.0...v8.14.0) (2023-10-31) diff --git a/package-lock.json b/package-lock.json index 19f347a55..4469076ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.14.0", + "version": "8.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.14.0", + "version": "8.15.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.6.7", diff --git a/package.json b/package.json index d64b1e36e..6c774948e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.14.0", + "version": "8.15.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",