diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f39e4d..347b30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5.0 (2015-01-02) + +- Added `$db_table_prefix parameter`, configures a database table prefix +- Added support for Puppet 4.x +- Added SSL cipers and accepted protocols ([#22](https://github.com/shoekstra/puppet-owncloud/pull/22)) +- Increased supported version of [EPEL puppet module](https://github.com/stahnma/puppet-module-epel) +- Installs PHP MySQL bindings using the [PuppetLabs MySQL puppet module](https://github.com/puppetlabs/puppetlabs-mysql) if `$manage_phpmysql` is `true` ([#14](https://github.com/shoekstra/puppet-owncloud/iss +ues/14)) +- Removes default vhost (000-default.conf) on Debian-based systems if `$manage_apache` is `true` + ## 0.4.3 (2015-12-13) - Fix compilation errors on CentOS systems diff --git a/metadata.json b/metadata.json index 149788e..0a83732 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "shoekstra-owncloud", - "version": "0.4.3", + "version": "0.5.0", "author": "shoekstra", "summary": "Puppet module for ownCloud", "license": "Apache-2.0",