Skip to content

Commit

Permalink
chore: release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Mar 4, 2023
1 parent a4ade99 commit ab98041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to aws organization formation will be documented in this fil
- v1.0.0: execution role under which org-formation is ran requires the ec2:describeRegions permission

**version 1.0.8**
- feat: added `apply-tf` task for Terraform support
- feat: added Terraform support task support (task type: `apply-tf`)

**version 1.0.7**
- feat: allow a development role to be configured on the OrganizationRoot (DefaultDevelopmentBuildAccessRoleName) which will be used when running using `--dev`
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.7",
"version": "1.0.8",
"description": "Infrastructure as code solution for AWS Organizations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ab98041

Please sign in to comment.