diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0e7a03..dcfb256a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.2.0 + * Support for FreeBSD added by Frank Wall + * RedHat now uses remi-php56 yum repo by default + * The resource `php::fpm::pool` is now public, you can use it in your + manifests without using `$php::fpm::pools` + * We now have autogenerated documentation using `puppetlabs/strings` + ## 3.1.0 * New parameter `pool_purge` for `php::extension` to remove files not managed by puppet from the pool directory. diff --git a/metadata.json b/metadata.json index d618bebf..627ca7d0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "mayflower-php", - "version": "3.1.0", - "author": "Mayflower", + "version": "3.2.0", + "author": "mayflower", "summary": "Generic PHP module that supports many platforms", "license": "MIT", "source": "https://github.com/mayflower/puppet-php",