From a7093078a69b3dad593a46eab59349e9c323d392 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 25 Aug 2020 10:17:03 -0700 Subject: [PATCH] Release 3.11.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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