diff --git a/CHANGELOG.md b/CHANGELOG.md index 544c6cd..79faac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of `owncloud`. +## v0.4.2 (2014-12-12) + +* metadata: Lock to `mysql` cookbook `~> 5.0`. + ## v0.4.1 (2014-11-27) * Fix Apache httpd `2.4` support: fixes CentOS 7 and Ubuntu 14 support ([issue #16](https://github.com/onddo/owncloud-cookbook/issues/16), thanks [@LEDfan](https://github.com/LEDfan) for reporting). diff --git a/metadata.rb b/metadata.rb index cdcbf7d..6b198a1 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures ownCloud' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.4.2' # WiP +version '0.4.2' supports 'centos' supports 'debian'