Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 18, 2017
1 parent f0ce5b5 commit 5aac248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 5aac248

Please sign in to comment.