From 5f8ef27072c5e137ca8a04d37424191547a26c6d Mon Sep 17 00:00:00 2001 From: Christopher Webber Date: Tue, 15 Jul 2014 14:30:32 -0400 Subject: [PATCH] v3.0.6 Release --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f95d4..c3cb576 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.0.6 (2014-07-15) +------------------- +- Fixes a broken cookbook upload + v3.0.5 (2014-07-11) ------------------- - Use attributes for bits_4 rather than hardcoding (@jmauro) diff --git a/metadata.rb b/metadata.rb index e85ef68..ac13af2 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.0.5' +version '3.0.6' recipe 'powershell::default', 'Does nothing; choose the right version of Powershell by selecting the correct recipe' recipe 'powershell::powershell2', 'Installs PowerShell 2.0'