Skip to content

Commit

Permalink
Prepare for 1.0.3 Publishing
Browse files Browse the repository at this point in the history
- Bump version to 1.0.3 in metadata.rb.
- Updated CHANGELOG.
  • Loading branch information
arangamani committed Feb 18, 2014
1 parent 5066046 commit 23e7724
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand All @@ -20,4 +27,7 @@ v1.0.0

<!--- The following link definition list is generated by PimpMyChangelog --->
[#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
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 23e7724

Please sign in to comment.