Skip to content

Commit 3eba5b4

Browse files
committed
v1.5.1
1 parent 62a0cf9 commit 3eba5b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changes and additions to the library will be listed here.
44

55
## Unreleased
66

7+
## 1.5.1
8+
- Add deprecation notice.
9+
710
## 1.5.0
811
- Add support for AWS IAM Authentication to an MSK cluster (#907).
912
- Added session token to the IAM mechanism; necessary for auth via temporary credentials (#937)

lib/kafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Kafka
4-
VERSION = "1.5.0"
4+
VERSION = "1.5.1"
55
end

0 commit comments

Comments
 (0)