CHANGELOG.md in puppet_forge-2.1.5 vs CHANGELOG.md in puppet_forge-2.2.0

- old
+ new

@@ -1,9 +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.0 - 2016-05-10 + +### Changed + +* puppet\_forge's optional dependency on Typhoeus now searches for a gem matching '~> 1.0.1' so it will pick up more recent versions. + NOTE: This means if you have a version of Typhoeus installed that is less than 1.0.1, puppet\_forge will no longer use the Typhoeus + adapter and will fall back to Ruby's Net::HTTP library. + ## v2.1.5 - 2016-04-13 ### Added * PuppetForge::Connection now has .proxy and .proxy= class methods providing a more reliable way of configuring an HTTP proxy.