diff --git a/CHANGELOG.md b/CHANGELOG.md index e30e868a..84bd913f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/package.json b/package.json index 9881c774..6c3d7691 100644 --- a/package.json +++ b/package.json @@ -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",