diff --git a/CHANGELOG.md b/CHANGELOG.md index eb642a9..72f3c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Release 0.4.0 + +**Added** +- Built-in Metricbeat modules may be enabled and configured through Hiera +- Support for 7.x installations of Metricbeat +- Cloud ID and Auth properties to simplify usage with Elastic Cloud + +**Fixes** +- The command-line option `path.config` is explicitly declared in the validate commands + ## Release 0.3.0 **Added** diff --git a/metadata.json b/metadata.json index 9b1298b..f792461 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "coreyh-metricbeat", - "version": "0.3.0", + "version": "0.4.0", "author": "coreyh", "summary": "A module to install, configure and manage the Metricbeat collector.", "license": "Apache-2.0",