diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aecb6bc8..102070ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.154.1](https://github.com/informatievlaanderen/association-registry/compare/v8.154.0...v8.154.1) (2024-10-03) + + +### Bug Fixes + +* or-2316 remove port in url on returning ids when adding entities ([8c34774](https://github.com/informatievlaanderen/association-registry/commit/8c34774dacdda7b6bcc34ade9c28e54d5a58aa1f)) + # [8.154.0](https://github.com/informatievlaanderen/association-registry/compare/v8.153.1...v8.154.0) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index 108403764..c35f1437a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.154.0", + "version": "8.154.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.154.0", + "version": "8.154.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 97e14e649..f558230a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.154.0", + "version": "8.154.1", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",