CHANGELOG.md in vcloud-launcher-0.1.0 vs CHANGELOG.md in vcloud-launcher-0.2.0

- old
+ new

@@ -1,4 +1,17 @@ +## 0.2.0 (2014-07-14) + +Features: + + - `vcloud-configure-edge --version` now only returns the version string + and no usage information. + +API changes: + + - New `Vcloud::Launcher::Preamble` class for generating preambles, containing + logic moved from vCloud Core. Thanks to @bazbremner for this contribution. + - The minimum required Ruby version is now 1.9.3. + ## 0.1.0 (2014-06-02) Features: - Support 'pool' mode for VM IP address allocation. Thanks @geriBatai.