There was an error while loading. Please reload this page.
1 parent 62a0cf9 commit 3eba5b4Copy full SHA for 3eba5b4
CHANGELOG.md
@@ -4,6 +4,9 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.5.1
8
+- Add deprecation notice.
9
+
10
## 1.5.0
11
- Add support for AWS IAM Authentication to an MSK cluster (#907).
12
- Added session token to the IAM mechanism; necessary for auth via temporary credentials (#937)
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.5.0"
+ VERSION = "1.5.1"
end
0 commit comments