Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
- Fixed
  - Raise a more specific error class
    [[#82](#82)]
  • Loading branch information
bdunne committed Aug 6, 2018
1 parent e539f02 commit a52d02a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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.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
Expand Down Expand Up @@ -34,7 +39,8 @@ 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.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
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.0".freeze
VERSION = "0.3.1".freeze
end
end
end

0 comments on commit a52d02a

Please sign in to comment.