diff --git a/CHANGELOG.md b/CHANGELOG.md index 8193c5d..b80b7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v3.0.2](https://github.com/voxpupuli/puppet-filemapper/tree/v3.0.2) (2018-10-13) + +[Full Changelog](https://github.com/voxpupuli/puppet-filemapper/compare/v3.0.1...v3.0.2) + +**Merged pull requests:** + +- modulesync 2.1.0 and allow puppet 6.x [\#59](https://github.com/voxpupuli/puppet-filemapper/pull/59) ([bastelfreak](https://github.com/bastelfreak)) +- Remove docker nodesets [\#53](https://github.com/voxpupuli/puppet-filemapper/pull/53) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.0.1](https://github.com/voxpupuli/puppet-filemapper/tree/v3.0.1) (2018-03-29) [Full Changelog](https://github.com/voxpupuli/puppet-filemapper/compare/v3.0.0...v3.0.1) @@ -101,4 +110,4 @@ This is a backwards compatible maintenance release. * Don't try to fall back to `@resource.should` value for properties -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 5195fd2..c4f189c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-filemapper", - "version": "3.0.2-rc0", + "version": "3.0.2", "author": "Vox Pupuli", "summary": "Developer extension for permitting complex manipulation of file contents as resources", "license": "Apache-2.0",