CHANGELOG.md in gibbon-3.0.1 vs CHANGELOG.md in gibbon-3.0.2
- old
+ new
@@ -1,6 +1,9 @@
## [Unreleased][unreleased]
+## [3.0.2] - 2017-05-08
+- Fix subtle bug in `symbolize_keys` when parsing error
+
## [3.0.1] - 2017-01-13
- Gibbon::Request (API 3.0) now returns a `Gibbon::Response` object that exposes `headers` and the parsed response `body`
- Remove Export API support (this is deprected after all)
- Adds `symbolize_keys`, `debug`, and `faraday_adapter` as class vars
- Bump version to 3.0.1 (not sticking to semver here so folks who downloaded 3.0.0 have a way to easily move forward)