CHANGELOG.md in manageiq-api-client-0.3.2 vs CHANGELOG.md in manageiq-api-client-0.3.3

- 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.3] - 2019-02-25 + +### Fixed +- Raise an error if not found when filtering by a single ID [[#85](https://github.com/ManageIQ/manageiq-api-client/pull/85)] + ## [0.3.2] - 2018-11-08 ### Fixed - Raise a ResourceNotFound error when response is a 404 [[#84](https://github.com/ManageIQ/manageiq-api-client/pull/84)] @@ -42,10 +47,11 @@ ### Added - Add CHANGELOG.md - Update README with simple instructions reflecting the query interface. -[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.1...v0.3.2 [0.3.1]: 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