CHANGELOG.md in puppet_forge-2.3.0 vs CHANGELOG.md in puppet_forge-2.3.1
- 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.3.1 - 2019-11-15
+
+### Fixed
+
+* Fixed an issue where proxy configurations were being ignored by expanding the range of acceptable versions of the `faraday` gem dependency and specifically excluding the version that was ignoring proxy configuration options.
+
## v2.3.0 - 2019-07-09
### Changed
* Updated `PuppetForge::V3::Release#verify` method to use `file_sha256` checksum from Forge API when available.