diff --git a/CHANGELOG.md b/CHANGELOG.md index 92432ea33..d779d78cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ php Cookbook CHANGELOG This file is used to list changes made in each version of the php cookbook. +v1.3.4 +------ +Adding platform_family check to include_recipe in source.rb + + v1.3.2 ------ Fixing style cops. Updating test harness diff --git a/metadata.rb b/metadata.rb index 6139d2ce5..e7c985c99 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.3' +version '1.3.4' depends 'build-essential' depends 'xml'