From 1ac2f3e6eacedb9ea67b4d10e34421df50ad46ff Mon Sep 17 00:00:00 2001 From: Steven Murawski Date: Fri, 27 May 2016 12:47:59 -0500 Subject: [PATCH] update CHANGELOG.md and metadata.rb --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75654b..ad0f5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ powershell Cookbook CHANGELOG ============================= This file is used to list changes made in each version of the powershell cookbook. +v3.3.1 (2016-05-27) +------------------- +- [PR #86](https://github.com/chef-cookbooks/pull/88) - update exit status for wmf installs + v3.3.0 (2016-05-17) ------------------- - [PR #86](https://github.com/chef-cookbooks/pull/86) - wmf5 release diff --git a/metadata.rb b/metadata.rb index b004a76..5825570 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures PowerShell on the Windows platform' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.3.0' +version '3.3.1' recipe 'powershell::default', 'Makes sure RubyZip is installed (for powershell_module)' recipe 'powershell::powershell2', 'Installs PowerShell 2.0'