diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b6dd121..c7bd9fef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [8.145.0](https://github.com/informatievlaanderen/association-registry/compare/v8.144.1...v8.145.0) (2024-09-05) + + +### Bug Fixes + +* or-2354 add historiek for each event type in powerbi export ([24d49e4](https://github.com/informatievlaanderen/association-registry/commit/24d49e4829cd2d5b4348bc5de25f5558cfcf3d35)) + + +### Features + +* or-1721 add historiek metadata for power bi export ([4263373](https://github.com/informatievlaanderen/association-registry/commit/426337302b00c45ad925dd0f4204fe91f9a2975d)) +* or-2354 add historiek exporter ([c643d7c](https://github.com/informatievlaanderen/association-registry/commit/c643d7cd1a9e46507406835960db1ce79912e47f)) +* or-2354 add historiek in powerbi export projection ([25e7668](https://github.com/informatievlaanderen/association-registry/commit/25e7668807bec49129a0b27b51aebf598c6a4b7b)) + ## [8.144.1](https://github.com/informatievlaanderen/association-registry/compare/v8.144.0...v8.144.1) (2024-09-05) diff --git a/package-lock.json b/package-lock.json index 7d8604a12..ddc3d93a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.144.1", + "version": "8.145.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.144.1", + "version": "8.145.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index ef1d28e68..6485c37b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.144.1", + "version": "8.145.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",