CHANGELOG.md in puppet_forge-2.1.2 vs CHANGELOG.md in puppet_forge-2.1.3
- old
+ new
@@ -1,9 +1,15 @@
# 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.1.3 - 2016-01-25
+
+### Changed
+
+* PuppetForge::V3::Release.download will now use the "file\_uri" field of the Release API response to calculate the URI to download from. (Thanks to [ericparton](https://github.com/ericparton) for the contribution.)
+
## v2.1.2 - 2015-12-16
### Changed
* Runtime dependency on "faraday\_middleware" gem updated to allow 0.10.x releases.