Skip to content

Commit

Permalink
chore: bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Jan 1, 2023
1 parent 2d14c37 commit 2a29c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to aws organization formation will be documented in this fil
**BREAKING CHANGES**:
- v1.0.0: execution role under which org-formation is ran requires the ec2:describeRegions permission

**unreleased**
**version 1.0.6**
- fix: only prevent printing/ validating stacks if an account is added to organization.yml (not prevent printing if an OU got added)
- chore: better perf on update-organization task
- fix: explicitly retry on type registrations that return `DEPLOY_STAGE of status FAILED`
Expand All @@ -17,6 +17,7 @@ All notable changes to aws organization formation will be documented in this fil
- fix: better defaults for the deploy-cdk task: added `--all --require-approval=never` to default deploy and destroy commands
- fix: allow matching a single task using `--match` taking a globPattern (e.g. `--match '**/MyTask'`) or the exact name of a task.

**version 1.0.5** (version contained packaging error, got unpublished)

**version 1.0.4**
- feat: allow `Fn::EnumTargetAccounts` to be used in combination with `${AccountId}`, `${AccountName}`, `${LogicalId}`, `${RootEmail}`, `${Alias}`, `${Tags.TAGNAME}`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-organization-formation",
"version": "1.0.5-beta.18",
"version": "1.0.6",
"description": "Infrastructure as code solution for AWS Organizations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2a29c92

Please sign in to comment.