diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a17430..af6dc877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.2.2 + * Fix a typo in hiera keys `php::settings` & `php::fpm::settings` (#83) + ## 3.2.1 * Fixed default `yum_repo` key in `php::repo::redhat` * On Ubuntu precise we now use the ondrej/php5-oldstable ppa. This can be diff --git a/metadata.json b/metadata.json index 29fd8d3c..fc23ffe6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "mayflower-php", - "version": "3.2.1", + "version": "3.2.2", "author": "mayflower", "summary": "Generic PHP module that supports many platforms", "license": "MIT",