CHANGELOG.md in gibbon-3.0.2 vs CHANGELOG.md in gibbon-3.1.0

- old
+ new

@@ -1,7 +1,11 @@ ## [Unreleased][unreleased] +## [3.1.0] - 2017-07-27 +- Add back support for Export API until MailChimp stops supporting it +- Implement `responds_to_missing` + ## [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` @@ -67,10 +71,12 @@ - Handle single empty space in Export API response ## [1.1.4] - 2012-11-04 - Fix JSON::ParserError on export calls that return blank results -[unreleased]: https://github.com/amro/gibbon/compare/v3.0.1...HEAD +[unreleased]: https://github.com/amro/gibbon/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/amro/gibbon/compare/v3.0.2...v3.1.0 +[3.0.2]: https://github.com/amro/gibbon/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/amro/gibbon/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/amro/gibbon/compare/v2.2.5...v3.0.0 [2.2.5]: https://github.com/amro/gibbon/compare/v2.2.4...v2.2.5 [2.2.4]: https://github.com/amro/gibbon/compare/v2.2.2...v2.2.4 [2.2.3]: https://github.com/amro/gibbon/compare/v2.2.2...v2.2.3