diff --git a/CHANGELOG b/CHANGELOG index 35e6d54..838a45d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,20 @@ Release notes for the puppetlabs-puppetdb module. ------------------------------------------ +#### 4.3.0 - 2015/06/10 + +This is a minor feature release. + +Detailed changes: + +* Feature: Provide `database_embedded_path` option for overriding HSQLDB file path. +* Feature: Add ability to manage `command_threads`, `store_usage` and `temp_usage`. +* Bug: allow database_validation to be false +* Bug: Fix ordering issues with read_database_ini +* Testing: Fix file_concat dependency and fix rspec warnings + +------------------------------------------ + #### 4.2.1 - 2015/04/07 This is a minor bugfix release. diff --git a/metadata.json b/metadata.json index 5b969a0..d0edfaf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppetdb", - "version": "4.2.1", + "version": "4.3.0", "summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.", "source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git", "project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",