Skip to content

Commit

Permalink
Bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Dec 8, 2014
1 parent 22a753e commit dbc0965
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# swap_device CHANGELOG

## v1.0.3 (2014-12-08)

* Ensure `mount` resource is uniquely named on each run
* Fix licensing so this is properly open sourced
* Use Ruby 2.1 for Travis tests (thanks Chef 12!)
* Add `supports` statement for Supermarket

## v1.0.2 (2014-05-23)

* Clean up Test Kitchen tests, dropping support for Ubuntu 10.04 & CentOS
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,6 +4,6 @@
license 'Apache v2.0'
description 'Installs/Configures swap_device'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.2'
version '1.0.3'

supports 'ubuntu', '>= 12.04'

0 comments on commit dbc0965

Please sign in to comment.