CHANGELOG.md in puppet_forge-2.2.7 vs CHANGELOG.md in puppet_forge-2.2.8

- old
+ new

@@ -1,10 +1,17 @@ # Change Log Starting with v2.0.0, all notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v2.2.8 - 2017-11-09 + +### Added + +Created PuppetForge::Util class with a single method, version_valid?, in order to +drop the r10k dependency on semantic_puppet. + ## v2.2.7 - 2017-06-30 ### Changed * Updated dependency on `semantic_puppet` to `~> 1.0`. @@ -17,10 +24,10 @@ ## v2.2.5 - 2017-06-26 ### Fixed -* (FORGE-338) Fixed an issue where `V3::Release.download_url` returned an incorrect value when `PuppetForge.host` included +* (FORGE-338) Fixed an issue where `V3::Release.download_url` returned an incorrect value when `PuppetForge.host` included a path prefix. (Thanks to [Jainish Shah](https://github.com/jainishshah17) for the report and initial fix proposal.) ## v2.2.4 - 2017-04-17 ### Added