CHANGELOG.md in terraforming-0.0.5 vs CHANGELOG.md in terraforming-0.1.0
- old
+ new
@@ -1,5 +1,20 @@
-# v0.1.0 (UNRELEASED)
+# [v0.1.0](https://github.com/dtan4/terraforming/releases/tag/v0.1.0) (2015-06-20)
+
+### New feature
+
+- `--merge TFSTATE_PATH` option: Merge generated tfstate to specified `terraform.tfstate`
+
+### Fixed
+
+- ELB must include either AZs or Subnets
+- Include AWS Network ACL subnet ids
+
+### Resource
+
+- AWS IAM instance profile
+- AWS IAM role
+- AWS IAM role policy
# [v0.0.5](https://github.com/dtan4/terraforming/releases/tag/v0.0.5) (2015-06-01)
### Fixed