File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to aws organization formation will be documented in this fil
5
5
** BREAKING CHANGES** :
6
6
- v1.0.0: execution role under which org-formation is ran requires the ec2: describeRegions permission
7
7
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
+
8
13
** version 1.0.8**
9
14
- feat: added Terraform support task support (task type: ` apply-tf ` )
10
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-organization-formation" ,
3
- "version" : " 1.0.9-beta.1 " ,
3
+ "version" : " 1.0.9" ,
4
4
"description" : " Infrastructure as code solution for AWS Organizations" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments