From 9044f54e32e764956290b57d191bf456559a3829 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 4 Jan 2021 08:56:34 -0800 Subject: [PATCH] Release 5.1.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 3 ++- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'