diff --git a/CHANGELOG.md b/CHANGELOG.md index 935a5949d..a6c8e4000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ php Cookbook CHANGELOG ====================== This file is used to list changes made in each version of the php cookbook. +v1.3.6 +------ +Version bump for toolchain + + v1.3.4 ------ Adding platform_family check to include_recipe in source.rb diff --git a/metadata.rb b/metadata.rb index e7c985c99..413a0cff1 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.3.4' +version '1.3.6' depends 'build-essential' depends 'xml'