From 3d18bef5a0e8b3c9cd29296f538b4b16ed10bf8d Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Wed, 22 Nov 2017 09:17:19 +0000 Subject: [PATCH] 2.1.0 - Preparing README and CHANGELOG --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0f70b..80f8376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Release notes for the claranet/puppet-newrelic module. ------------------------------------------ +## 2.1.0 - 2017-11-22 + * PHP Agent: Fixed a bug where the `newrelic-daemon` service would flap if the start-up mode was set to `agent` - [#13](https://github.com/claranet/puppet-newrelic/issues/13) + * PHP Agent: New parameter: `default_daemon_settings` for external start-up mode - [#12](https://github.com/claranet/puppet-newrelic/pull/12) + ## 2.0.1 - 2017-10-04 * Infra Repo: Apt module now handles setting `release` for Debian osfamily - [#11](https://github.com/claranet/puppet-newrelic/issues/11) * Linux Server: Exec now creates `/etc/newrelic/nrsysmond.cfg` before `nrsysmond-config` is run diff --git a/metadata.json b/metadata.json index c20830a..e593455 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "claranet-newrelic", - "version": "2.0.1", + "version": "2.1.0", "source": "git://github.com/claranet/puppet-newrelic.git", "author": "Claranet", "license": "Apache-2.0",