Skip to content

Commit e4851f2

Browse files
committed
chore: update changelog
1 parent 969d5a8 commit e4851f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to aws organization formation will be documented in this fil
55
**BREAKING CHANGES**:
66
- v1.0.0: execution role under which org-formation is ran requires the ec2:describeRegions permission
77

8+
**version 1.0.9**
9+
- feat: support `--match` and `--dev` on print & validate commands
10+
- feat: support serverless.com V3, by setting the `SLSVersion` attribute to `3` in the task file
11+
- fix: allow sub-expression to be a `!ReadFile`, `!Cmd` or other expression
12+
813
**version 1.0.8**
914
- feat: added Terraform support task support (task type: `apply-tf`)
1015

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-organization-formation",
3-
"version": "1.0.9-beta.1",
3+
"version": "1.0.9",
44
"description": "Infrastructure as code solution for AWS Organizations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)