diff --git a/CHANGELOG.md b/CHANGELOG.md index f97b73e..9eed8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the dmg cookbook. +## 3.1.0 (2017-01-18) + +- Fixed pkg,mpkg installation when it was using mounted app name while it was actually mounted under different name for some applications +- Cookstyle fixes + ## 3.0.0 (2016-09-06) - Add chef_version metadata diff --git a/metadata.rb b/metadata.rb index 56f1a66..aac2318 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'LWRP to install OS X applications from dmgs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.0.0' +version '3.1.0' supports 'mac_os_x' source_url 'https://github.com/chef-cookbooks/dmg'