diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cc78cc..f10a591c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to aws organization formation will be documented in this file. +**version 1.0.1** +- fix: ExcludeOrganizationalUnit throws a validation error. +- fix: No targetId when attaching scp to root +- chore: update runtime deps + **version 1.0.0** - feat: AWS GovCloud (US) support (using --partition flags). AWS organizations from the commercial partition will be mirrored to a non-commercial partition e.g. AWS GovCloud (US). - fix: invalid CRC checksum on zipfile when running init-pipeline diff --git a/package.json b/package.json index f38e0f6e..1b5d117c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-organization-formation", - "version": "1.0.0", + "version": "1.0.1", "description": "Infrastructure as code solution for AWS Organizations", "main": "dist/index.js", "types": "dist/index.d.ts",