diff --git a/CHANGELOG.md b/CHANGELOG.md index 927c689..01f7cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.8.1...v1.8.2) (2024-09-30) + + +### Bug Fixes + +* use repository specific access key and secret ([e9a4a3d](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/e9a4a3d7496e98223c41b37315ed41db342d4043)) + ## [1.8.1](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.8.0...v1.8.1) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index e4b78af..597e052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry-kbo-mutations", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "association-registry-kbo-mutations", - "version": "1.8.1", + "version": "1.8.2", "license": "EUPL-1.2", "dependencies": { "acorn": "^8.11.3", diff --git a/package.json b/package.json index 65dd2a4..3642a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry-kbo-mutations", - "version": "1.8.1", + "version": "1.8.2", "description": "Association Registry KBO Mutations", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",