Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
- Fixed
  - Raise a more specific error class
    [[#84](#84)]
  • Loading branch information
bdunne committed Nov 8, 2018
1 parent 2718a55 commit 91dacf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [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)]

## [0.3.1] - 2018-08-06

### Fixed
Expand Down Expand Up @@ -39,8 +44,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add CHANGELOG.md
- Update README with simple instructions reflecting the query interface.

[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
[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.2...HEAD
[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
2 changes: 1 addition & 1 deletion lib/manageiq/api/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ManageIQ
module API
class Client
VERSION = "0.3.1".freeze
VERSION = "0.3.2".freeze
end
end
end

0 comments on commit 91dacf6

Please sign in to comment.