CHANGELOG.md in manageiq-api-client-0.3.0 vs CHANGELOG.md in manageiq-api-client-0.3.1

- old
+ new

@@ -4,10 +4,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.1] - 2018-08-06 + +### Fixed +- Raise a more specific error class [[#82](https://github.com/ManageIQ/manageiq-api-client/pull/82)] + ## [0.3.0] - 2018-03-14 ### Changed - Adding support for Faraday's open_timeout and timeout options [[#78](https://github.com/ManageIQ/manageiq-api-client/pull/78)] - Loosen dependency on activesupport [[#74](https://github.com/ManageIQ/manageiq-api-client/pull/74)] @@ -32,9 +37,10 @@ ### Added - Add CHANGELOG.md - Update README with simple instructions reflecting the query interface. -[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.1...HEAD +[0.3.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.1.0...v0.1.1