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",