From 51d01ff3c6817f9b5cf8c1b8ca19dc734cf6f8da Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Wed, 29 Aug 2018 15:17:05 +0100 Subject: [PATCH] Release: 2.4.1 --- CHANGELOG.md | 3 +++ metadata.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80326e..729f842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Release notes for the claranet/puppet-newrelic module. ------------------------------------------ +# 2.4.1 - 2018-08-29 + * The module is now compatible with the Puppet Development Kit, version 1.7.0 and above. + # 2.4.0 - 2018-08-29 * New Agent: Java! The module can now install and configure the NewRelic Java agent via the `::newrelic::agent::java` class * Massive thanks to [DaveHewey](https://github.com/DaveHewy) for PR [#20](https://github.com/claranet/puppet-newrelic/pull/19) diff --git a/metadata.json b/metadata.json index 79de295..6f2681b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "claranet-newrelic", - "version": "2.4.0", + "version": "2.4.1", "author": "Claranet", "summary": "Puppet module for NewRelic", "license": "Apache-2.0",