diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c8e4000..94d5fb550 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.8 +------ +Version bump to ensure artifact sanity + + v1.3.6 ------ Version bump for toolchain diff --git a/metadata.rb b/metadata.rb index 413a0cff1..6955eb247 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.6' +version '1.3.8' depends 'build-essential' depends 'xml'