diff --git a/CHANGELOG.md b/CHANGELOG.md index 3901715..c80237e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/Greenstand/domain-migration-scripts/compare/v1.0.2...v1.0.3) (2023-03-23) + + +### Bug Fixes + +* migrate stakeholder relation ([356a4b8](https://github.com/Greenstand/domain-migration-scripts/commit/356a4b8e4f51fcd0d7e90ee8008d18ebd7bd9f19)) + ## [1.0.2](https://github.com/Greenstand/domain-migration-scripts/compare/v1.0.1...v1.0.2) (2023-03-07) diff --git a/package.json b/package.json index 3a8c11c..87ce3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domain-migration-scripts", - "version": "1.0.2", + "version": "1.0.3", "private": true, "engines": { "node": ">=16.0.0",