diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dfc271b..6f9db7f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [8.17.0](https://github.com/informatievlaanderen/association-registry/compare/v8.16.0...v8.17.0) (2023-11-06) + + +### Features + +* or-1932 use separate environment for test in CI ([466e42e](https://github.com/informatievlaanderen/association-registry/commit/466e42e241c6b25047a0c9dabf1a4a25062a71e8)) +* or-1932 use separate environments ([97011c4](https://github.com/informatievlaanderen/association-registry/commit/97011c4dc2131ca232948a27cfeddd01a22b9ec6)) +* or-1932 use separate environments for status url ([adfef11](https://github.com/informatievlaanderen/association-registry/commit/adfef116ad1f55554ef4e7e8a886cb60bad93c41)) + # [8.16.0](https://github.com/informatievlaanderen/association-registry/compare/v8.15.0...v8.16.0) (2023-11-06) diff --git a/package-lock.json b/package-lock.json index ec276f52f..967bee540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.16.0", + "version": "8.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.16.0", + "version": "8.17.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.6.7", diff --git a/package.json b/package.json index 05a4470e5..ecff65311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.16.0", + "version": "8.17.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",