diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b16e2..6ddc214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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.1.1](https://github.com/voxpupuli/puppet-msoffice/tree/v3.1.1) (2018-09-06) + +[Full Changelog](https://github.com/voxpupuli/puppet-msoffice/compare/v3.1.0...v3.1.1) + +**Merged pull requests:** + +- allow puppetlabs/stdlib 5.x [\#71](https://github.com/voxpupuli/puppet-msoffice/pull/71) ([bastelfreak](https://github.com/bastelfreak)) +- Remove docker nodesets [\#67](https://github.com/voxpupuli/puppet-msoffice/pull/67) ([bastelfreak](https://github.com/bastelfreak)) +- drop EOL OSs; fix puppet version range [\#66](https://github.com/voxpupuli/puppet-msoffice/pull/66) ([bastelfreak](https://github.com/bastelfreak)) +- typo in example README [\#62](https://github.com/voxpupuli/puppet-msoffice/pull/62) ([cedricve](https://github.com/cedricve)) + ## [v3.1.0](https://github.com/voxpupuli/puppet-msoffice/tree/v3.1.0) (2017-11-17) + [Full Changelog](https://github.com/voxpupuli/puppet-msoffice/compare/v3.0.0...v3.1.0) **Implemented enhancements:** @@ -16,6 +28,7 @@ These should not affect the functionality of the module. - bump puppet version dependency to \>= 4.7.1 \< 6.0.0 [\#60](https://github.com/voxpupuli/puppet-msoffice/pull/60) ([bastelfreak](https://github.com/bastelfreak)) ## [v3.0.0](https://github.com/voxpupuli/puppet-msoffice/tree/v3.0.0) (2017-11-15) + [Full Changelog](https://github.com/voxpupuli/puppet-msoffice/compare/v2.2.0...v3.0.0) **Fixed bugs:** @@ -51,4 +64,4 @@ __0.0.1__ The initial proof-of-concept version -\* *This Change Log 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 5ce40f2..a35e1ba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-msoffice", - "version": "3.1.1-rc0", + "version": "3.1.1", "author": "Vox Pupuli", "license": "MIT", "summary": "Module for managing Microsoft Office",