Skip to content

Commit f9c94d3

Browse files
committed
release version 1.0.4
1 parent fa6813b commit f9c94d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ 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-
**unreleased**
8+
**version 1.0.4**
99
- feat: allow `Fn::EnumTargetAccounts` to be used in combination with `${AccountId}`, `${AccountName}`, `${LogicalId}`, `${RootEmail}`, `${Alias}`, `${Tags.TAGNAME}`
1010
- feat: dependsOnAccount support for govcloud
1111
- feat: support for ExcludeOrganizationalUnit in organization binding
1212
- fix: EMAIL_ALREADY_EXISTS when importing account using root email for govcloud
1313
- feat: Nunjucks templating support on LocalFile contents of copy-to-s3 tasks
1414
- feat: allow organization binding to be declared as a task-file parameter (Type: 'OrganizationBinding')
15+
- feat: support comma-delimited CloudFormation parameter values
1516

1617
**version 1.0.3**
1718
- fix: creating a new account doesnt properly display the new account id in the logs (displays [object Object] instead)

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.4-beta.2",
3+
"version": "1.0.4",
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)