Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
Added:
* Add Kafka SSL keystore options to client [#77]
  • Loading branch information
agrare committed Apr 3, 2023
1 parent cbd18fa commit 248f739
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,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.0] - 03-Apr-2023
* Add Kafka SSL keystore options to client [#77](https://github.com/ManageIQ/manageiq-messaging/pull/77)

## [1.2.0] - 19-Oct-2022

* Add ssl and ca_file options to `Client.open` [#76](https://github.com/ManageIQ/manageiq-messaging/pull/76)
Expand Down Expand Up @@ -73,7 +76,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

* Initial release

[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/ManageIQ/manageiq-messaging/compare/v1.0.2...v1.0.3
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.2.0"
VERSION = "1.3.0"
end
end

0 comments on commit 248f739

Please sign in to comment.