From 46da4ef5ad7be3f8114da50d1b5429c80bb327c8 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 20 Dec 2013 21:44:22 -0500 Subject: [PATCH] Version bump to v1.3.0 --- CHANGELOG.md | 7 +++++++ metadata.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e052fc684..1d8347115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ php Cookbook CHANGELOG This file is used to list changes made in each version of the php cookbook. +v1.3.0 +------ +### Bug +- **[COOK-3479](https://tickets.opscode.com/browse/COOK-3479)** - Added Windows support to PHP +- **[COOK-2909](https://tickets.opscode.com/browse/COOK-2909)** - Warnings about Chef::Exceptions::ShellCommandFailed is deprecated + + v1.2.6 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index b79ac2a97..83ef1b74f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and maintains php and php modules" -version "1.2.7" +version "1.3.0" depends "build-essential" depends "xml"