Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
Fixed:
- Fix Kafka List Topics Method (#88)

Added:
- Add ruby 3.1 to the test matrix (#84)
- Allow rails 7 gems in gemspec (#83)
  • Loading branch information
agrare committed May 3, 2024
1 parent e7decd5 commit 0fd700a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [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))
* Allow rails 7 gems in gemspec ([#83](https://github.com/ManageIQ/manageiq-messaging/pull/83))

## [1.4.1] - 29-Nov-2023
* Fix headers with string keys ([#82](https://github.com/ManageIQ/manageiq-messaging/pull/82))

Expand Down Expand Up @@ -82,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

* Initial release

[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.4.2...HEAD
[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
[1.3.0]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.2.0...v1.3.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.1"
VERSION = "1.4.2"
end
end

0 comments on commit 0fd700a

Please sign in to comment.