Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Mar 15, 2023
1 parent 969d5a8 commit e4851f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.9**
- feat: support `--match` and `--dev` on print & validate commands
- feat: support serverless.com V3, by setting the `SLSVersion` attribute to `3` in the task file
- fix: allow sub-expression to be a `!ReadFile`, `!Cmd` or other expression

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

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

0 comments on commit e4851f2

Please sign in to comment.