Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
Changes:
* Use ruby 3.1 and rails 7 for code coverage [#92]
* Drop end of life rubies and rails and add new versions [#94]
  • Loading branch information
agrare committed Sep 30, 2024
1 parent b1ab77e commit ab5d699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.5.0] - 30-Sep-2024
* Use ruby 3.1 and rails 7 for code coverage ([#92](https://github.com/ManageIQ/manageiq-messaging/pull/92))
* Drop end of life rubies and rails and add new versions ([#94](https://github.com/ManageIQ/manageiq-messaging/pull/94))

## [1.4.3] - 03-May-2024
* Close the Kafka admin connection ([#89](https://github.com/ManageIQ/manageiq-messaging/pull/89))

Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/messaging/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module Messaging
VERSION = "1.4.3"
VERSION = "1.5.0"
end
end

0 comments on commit ab5d699

Please sign in to comment.