diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e277b2..5e4c392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ephemeral_lvm Cookbook CHANGELOG This file is used to list changes made in each version of the ephemeral_lvm cookbook. +v1.0.3 +------ + +- Pull Request [#9][]: Debian is now added as a supported platform ([@drywheat][]) +- Make sure cloud specific node area is available before accessing it +- Pull Request [#11][]: Added support for all EC2 instance types ([@drywheat][]) + v1.0.2 ------ @@ -20,4 +27,7 @@ v1.0.0 [#3]: https://github.com/rightscale-cookbooks/ephemeral/issues/3 +[#9]: https://github.com/rightscale-cookbooks/ephemeral/issues/9 +[#11]: https://github.com/rightscale-cookbooks/ephemeral/issues/11 +[@drywheat]: https://github.com/drywheat [@juliandunn]: https://github.com/juliandunn diff --git a/metadata.rb b/metadata.rb index af6b258..1fa9956 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Configures available ephemeral devices on a cloud server' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.0.2' +version '1.0.3' supports 'ubuntu' supports 'centos'