From f08cbc469a4e71127d70b513bb99bb55ca9d2f15 Mon Sep 17 00:00:00 2001 From: Phil Fenstermacher Date: Mon, 20 Apr 2020 17:32:49 -0400 Subject: [PATCH] Bump version to 4.3.1 --- CHANGELOG.md | 7 ++++++- metadata.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8905441..63cd9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ Changelog ========= ## Unreleased -[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.2.0...HEAD) +[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.3.1...HEAD) + +## [v4.3.1](https://github.com/pcfens/puppet-filebeat/tree/v4.3.1) +[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.3.0...v4.3.1) + +- Allow fields and tags to be defined for any input type [\#249](https://github.com/pcfens/puppet-filebeat/pull/249) ## [v4.3.0](https://github.com/pcfens/puppet-filebeat/tree/v4.3.0) [Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.2.0...v4.3.0) diff --git a/metadata.json b/metadata.json index fa8f61e..5343152 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "pcfens-filebeat", - "version": "4.3.0", + "version": "4.3.1", "author": "pcfens", "summary": "A module to install and manage the filebeat log shipper", "license": "Apache-2.0",