diff --git a/CHANGELOG.md b/CHANGELOG.md index 3626b63f..30ab92e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [v0.11.0](https://github.com/dtan4/terraforming/releases/tag/v0.11.0) (2016-11-14) + +## Resource + +- AWS CloudWatch alarm [#273](https://github.com/dtan4/terraforming/pull/273) (thanks @eredi93) + +## Fixed / Updated + +- Remove native extension gems and use wrapper gem [#275](https://github.com/dtan4/terraforming/pull/275) +- Generate `iops` field only with io1 volume [#271](https://github.com/dtan4/terraforming/pull/271) +- Set `force_destroy: false` for IAM users [#267](https://github.com/dtan4/terraforming/pull/267) (thanks @raylu) +- Remove commands to delete empty files in export in README.md [#261](https://github.com/dtan4/terraforming/pull/261) (thanks @benmanns) + # [v0.10.0](https://github.com/dtan4/terraforming/releases/tag/v0.10.0) (2016-08-24) ## Resource