Skip to content

Commit

Permalink
Merge pull request #117 from kbrock/v041
Browse files Browse the repository at this point in the history
Update Changelog 0.4.1
  • Loading branch information
Fryguy authored Mar 5, 2024
2 parents 4732f32 + be00656 commit 3ec0c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 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.4.1] - 2024-03-06
### Added
- Drop active_support and more_core_extensions dependency [[#115]](https://github.com/ManageIQ/manageiq-api-client/pull/115)
- Add rails 7 support [[#114]](https://github.com/ManageIQ/manageiq-api-client/pull/114)

## [0.4.0] - 2023-10-16
### Added
- Add Bearer token support [[#113]](https://github.com/ManageIQ/manageiq-api-client/pull/113)
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.4.0".freeze
VERSION = "0.4.1".freeze
end
end
end

0 comments on commit 3ec0c80

Please sign in to comment.