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"