diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcdab5..dbe96eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ This file is used to list changes made in each version of the homebrew cookbook. -## Unreleased +## 5.1.1 (2021-01-04) +- Update to use --cask instead of cask command for compatibility with newer homebrew releases- [@tas50](https://github.com/tas50) - resolved cookstyle error: resources/cask.rb:23:1 warning: `ChefDeprecations/ResourceUsesOnlyResourceName` - resolved cookstyle error: resources/tap.rb:23:1 warning: `ChefDeprecations/ResourceUsesOnlyResourceName` diff --git a/metadata.rb b/metadata.rb index 5de4a6b..c59b959 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Install Homebrew and includes resources for working with taps and casks' -version '5.1.0' +version '5.1.1' supports 'mac_os_x' source_url 'https://github.com/chef-cookbooks/homebrew'