Showing with 8 additions and 3 deletions.
  1. +6 −1 CHANGELOG.md
  2. +2 −2 metadata.json
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Changelog
=========

## Unreleased
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.4.0...HEAD)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.4.1...HEAD)

## [v4.4.1](https://github.com/pcfens/puppet-filebeat/tree/v4.4.1)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.4.0...v4.4.1)

- Fix powershell module version dependency [\#256](https://github.com/pcfens/puppet-filebeat/pull/256

## [v4.4.0](https://github.com/pcfens/puppet-filebeat/tree/v4.4.0)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v4.3.1...v4.4.0)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcfens-filebeat",
"version": "4.4.0",
"version": "4.4.1",
"author": "pcfens",
"summary": "A module to install and manage the filebeat log shipper",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.1 < 3.0.0"
"version_requirement": ">= 1.0.1 < 4.0.0"
},
{
"name": "puppet/archive",
Expand Down