diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d9776..95c992b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Release notes for the claranet/puppet-newrelic module. ------------------------------------------ +# 2.3.0 - 2018-07-26 + * Infra Class: Added parameters to manage the service - [#19](https://github.com/claranet/puppet-newrelic/pull/19) + ## 2.2.0 - 2018-03-20 * PHP Agent: Removed `purge_files` parameter and introduced a `run_installer` parameter (`true` on Debian only) to fix a duplicate files bug - [#16](https://github.com/claranet/puppet-newrelic/pull/16) * Main class: Added `contain` statements to fix ordering of resources - [#17](https://github.com/claranet/puppet-newrelic/pull/17) diff --git a/metadata.json b/metadata.json index 0d9d08e..7b3bafb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "claranet-newrelic", - "version": "2.2.0", + "version": "2.3.0", "source": "git://github.com/claranet/puppet-newrelic.git", "author": "Claranet", "license": "Apache-2.0",