Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
Added:
- Add Kafka SASL mechanism options to client (#80)
  • Loading branch information
agrare committed Sep 1, 2023
1 parent ae0e326 commit 7cf7fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.3.0"
VERSION = "1.4.0"
end
end

0 comments on commit 7cf7fbc

Please sign in to comment.