Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Apr 30, 2020
1 parent 043bd9c commit 9237a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.3] - 2019-02-25
## [0.3.4] - 2020-04-30
### Changed
- Relax requirement as ActiveSupport::Concern is stable. [[#88](https://github.com/ManageIQ/manageiq-api-client/pull/88)]
- Allow ActiveSupport 5.2 [[#87](https://github.com/ManageIQ/manageiq-api-client/pull/87)]

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

## [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)]
Expand All @@ -34,7 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Improve query used when fetching collection actions [[#77](https://github.com/ManageIQ/manageiq-api-client/pull/77)]

## [0.2.0] - 2017-02-24

### Changed
- **BREAKING** Client's `settings` is renamed to `user_settings` to avoid collision with API's `settings` collection [[#57](https://github.com/ManageIQ/manageiq-api-client/pull/57)]
- Loosen ActiveSupport dependency [[#64](https://github.com/ManageIQ/manageiq-api-client/pull/64)]
Expand All @@ -44,12 +44,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- When fetching the entrypoint a / is appended to the URL [[#59](https://github.com/ManageIQ/manageiq-api-client/pull/59)]

## [0.1.1]

### Added
- Add CHANGELOG.md
- Update README with simple instructions reflecting the query interface.

[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.3...v0.3.4
[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
Expand Down
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.3".freeze
VERSION = "0.3.4".freeze
end
end
end

0 comments on commit 9237a7a

Please sign in to comment.