diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5ab74b..cd9136d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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. +## [v2.2.0](https://github.com/voxpupuli/puppet-yum/tree/v2.2.0) (2017-12-05) + +[Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v2.1.0...v2.2.0) + +**Fixed bugs:** + +- Fix EPEL repo IDs [\#81](https://github.com/voxpupuli/puppet-yum/pull/81) ([lamawithonel](https://github.com/lamawithonel)) + +**Closed issues:** + +- Add RHEL repos and tests. [\#76](https://github.com/voxpupuli/puppet-yum/issues/76) +- Add support for AmazonLinux 2017 [\#72](https://github.com/voxpupuli/puppet-yum/issues/72) +- EPEL managed\_repo broken [\#53](https://github.com/voxpupuli/puppet-yum/issues/53) + +**Merged pull requests:** + +- Run beaker tests on all supported & available docker sets [\#79](https://github.com/voxpupuli/puppet-yum/pull/79) ([ekohl](https://github.com/ekohl)) +- Add RHEL repos and update README. [\#75](https://github.com/voxpupuli/puppet-yum/pull/75) ([pillarsdotnet](https://github.com/pillarsdotnet)) +- release 2.1.0 [\#74](https://github.com/voxpupuli/puppet-yum/pull/74) ([bastelfreak](https://github.com/bastelfreak)) + ## [v2.1.0](https://github.com/voxpupuli/puppet-yum/tree/v2.1.0) (2017-11-02) [Full Changelog](https://github.com/voxpupuli/puppet-yum/compare/v2.0.2...v2.1.0) diff --git a/metadata.json b/metadata.json index 986c575c..97933953 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-yum", - "version": "2.1.1-rc0", + "version": "2.2.0", "author": "Vox Pupuli", "summary": "YUM utilities", "license": "MIT", @@ -63,7 +63,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.6.1 < 6.0.0" + "version_requirement": ">= 4.10.9 < 6.0.0" } ] }