CHANGELOG.md in aws-ec2-0.2.0 vs CHANGELOG.md in aws-ec2-0.3.0
- old
+ new
@@ -1,10 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
+## [0.3.0]
+- Do not merge profile to default profile. This was pretty confusing usage.
+- Add --ami option which result in automatically creating an ami at the end of
+ the user-data script.
+
## [0.2.0]
-- add config files support. example: config/development.yml
+- Add config files support. example: config/development.yml.
## [0.1.0]
-- initial release
+- Initial release.