Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
Fixed:
- Close the Kafka admin connection (#89)
  • Loading branch information
agrare committed May 3, 2024
1 parent f41e17b commit 3892f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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.3] - 03-May-2024
* Close the Kafka admin connection ([#89](https://github.com/ManageIQ/manageiq-messaging/pull/89))

## [1.4.2] - 03-May-2024
* Fix Kafka List Topics Method ([#88](https://github.com/ManageIQ/manageiq-messaging/pull/88))
* Add ruby 3.1 to the test matrix ([#84](https://github.com/ManageIQ/manageiq-messaging/pull/84))
Expand Down Expand Up @@ -87,7 +90,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

* Initial release

[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.2...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.3.0...v1.4.0
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.2"
VERSION = "1.4.3"
end
end

0 comments on commit 3892f34

Please sign in to comment.