diff --git a/CHANGELOG.md b/CHANGELOG.md index cb53bbb41..42ca2694f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.204.0](https://github.com/informatievlaanderen/association-registry/compare/v8.203.0...v8.204.0) (2025-01-24) + + +### Features + +* or-2583 Add more telemetry ([b31b54e](https://github.com/informatievlaanderen/association-registry/commit/b31b54ed9d0c3333f2a2eefb9a944dbfc7a371f6)) + # [8.203.0](https://github.com/informatievlaanderen/association-registry/compare/v8.202.0...v8.203.0) (2025-01-24) diff --git a/package-lock.json b/package-lock.json index 5423560ee..82d620396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.203.0", + "version": "8.204.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.203.0", + "version": "8.204.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 902af947f..90e53da58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.203.0", + "version": "8.204.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",