diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a28d73..7c71a6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to aws organization formation will be documented in this file. -**unreleased** +**version 0.9.15** -- BREAKING CHANGE: when using OrgFormationBuild role, this role will be used and **must be present** in all accounts (also in the build account) +- BREAKING CHANGE: when using OrgFormationBuild role, this role will be used and **must be present** in all accounts (also in the build account), more info [here](https://github.com/org-formation/org-formation-cli/blob/master/docs/0.9.15-permission-change.md) - feat: support for `<<` (merge operator) in the organization.yml file. this allows for large organization.yml files to be split out (using `<<: Include ./dev-accounts.yml`) - feat: better profile support added support for credential process and SSO - feat: perform tasks will create a state bucket if bucket doesn't exist diff --git a/package.json b/package.json index cc4db68a..23234b50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-organization-formation", - "version": "0.9.15-beta.16", + "version": "0.9.15", "description": "Infrastructure as code solution for AWS Organizations", "main": "dist/index.js", "types": "dist/index.d.ts",