diff --git a/CHANGELOG.md b/CHANGELOG.md index db4a99f..a429109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the chef_client_updater cookbook. +## 3.11.1 (2020-08-25) + +- Fix license acceptance on non-windows - [@dheerajd-msys](https://github.com/dheerajd-msys) + ## 3.11.0 (2020-08-12) - #209 Fixed Windows PowerShell task reschedule by using Scheduled Task cmdlets available on PowerShell 3+ on Windows 2012+- [@jwdean](https://github.com/jwdean) diff --git a/metadata.rb b/metadata.rb index 41a05f9..2b60196 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Upgrades chef-client to specified releases' -version '3.11.0' +version '3.11.1' chef_version '>= 11' if respond_to?(:chef_version) # cookstyle: disable ChefModernize/RespondToInMetadata