diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bfde6..3da4daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/manageiq/messaging/version.rb b/lib/manageiq/messaging/version.rb index c6ec915..06e7b08 100644 --- a/lib/manageiq/messaging/version.rb +++ b/lib/manageiq/messaging/version.rb @@ -1,5 +1,5 @@ module ManageIQ module Messaging - VERSION = "1.4.3" + VERSION = "1.5.0" end end