Skip to content

Commit

Permalink
chore: release 1.0.16 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn authored Jun 28, 2024
1 parent bf7533c commit da6c614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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

**version: 1.0.16**
- fix: access denied issue when running init-pipeline passing --build-account-id as an argument

**version: 1.0.15**
- fix: loading credentials from ~/.aws/configuration using the `--profile` flag

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.15",
"version": "1.0.16",
"description": "Infrastructure as code solution for AWS Organizations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit da6c614

Please sign in to comment.