From 7cf7fbca0c53699d5489731cbc41c49aac99f580 Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Fri, 1 Sep 2023 16:22:23 -0400 Subject: [PATCH] Release v1.4.0 Added: - Add Kafka SASL mechanism options to client (#80) --- CHANGELOG.md | 3 +++ lib/manageiq/messaging/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686c5c3..6976b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.0] - 01-Sept-2023 +* Add Kafka SASL mechanism options to client ([#80](https://github.com/ManageIQ/manageiq-messaging/pull/80)) + ## [1.3.0] - 03-Apr-2023 * Add Kafka SSL keystore options to client [#77](https://github.com/ManageIQ/manageiq-messaging/pull/77) diff --git a/lib/manageiq/messaging/version.rb b/lib/manageiq/messaging/version.rb index 16e25c2..8c3bdd7 100644 --- a/lib/manageiq/messaging/version.rb +++ b/lib/manageiq/messaging/version.rb @@ -1,5 +1,5 @@ module ManageIQ module Messaging - VERSION = "1.3.0" + VERSION = "1.4.0" end end