CHANGELOG.md in terraforming-0.15.0 vs CHANGELOG.md in terraforming-0.16.0

- old
+ new

@@ -1,4 +1,17 @@ +# [v0.16.0](https://github.com/dtan4/terraforming/releases/tag/v0.16.0) (2017-10-23) + +- Declare supported Terraform version: v0.9.3 or higher + +## New feature + +- Support assuming role `--assume` [#379](https://github.com/dtan4/terraforming/pull/379) (thanks @cmedley) + +## Fixed / Updated + +- Use ENCRYPT_DECRYPT as KMS key usage [#380](https://github.com/dtan4/terraforming/pull/380) +- Fix IAM instance profile [#376](https://github.com/dtan4/terraforming/pull/376) (thanks @chroju) + # [v0.15.0](https://github.com/dtan4/terraforming/releases/tag/v0.15.0) (2017-09-18) ## Fixed / Updated - Upgrade to AWS SDK for Ruby V3 [#364](https://github.com/dtan4/terraforming/pull/364)