diff --git a/CHANGELOG.md b/CHANGELOG.md index 25aac92a6..00f2bfa31 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.317.10](https://github.com/informatievlaanderen/organisation-registry/compare/v1.317.9...v1.317.10) (2024-08-07) + + +### Bug Fixes + +* or-2282 add source and destination docker registry to main workflow ([0862167](https://github.com/informatievlaanderen/organisation-registry/commit/08621677cb4c5238eb42319b793f2afe9658935b)) + ## [1.317.9](https://github.com/informatievlaanderen/organisation-registry/compare/v1.317.8...v1.317.9) (2024-08-07) diff --git a/package-lock.json b/package-lock.json index d84814fb8..7a35c33d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "organisation-registry", - "version": "1.317.9", + "version": "1.317.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "organisation-registry", - "version": "1.317.9", + "version": "1.317.10", "hasInstallScript": true, "license": "EUPL-1.2", "dependencies": { diff --git a/package.json b/package.json index 757ae6568..ee48bf8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.317.9", + "version": "1.317.10", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",