From ab5d69979179998f18103391131279ea580e2b98 Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Mon, 30 Sep 2024 15:54:10 -0400 Subject: [PATCH] Release v1.5.0 Changes: * Use ruby 3.1 and rails 7 for code coverage [#92] * Drop end of life rubies and rails and add new versions [#94] --- CHANGELOG.md | 4 ++++ lib/manageiq/messaging/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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