Skip to content

Commit d5def61

Browse files
committed
v1.4.0
1 parent 56b5713 commit d5def61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
44

55
## Unreleased
66

7+
## 1.4.0
8+
79
- Refresh a stale cluster's metadata if necessary on `Kafka::Client#deliver_message` (#901).
810
- Fix `Kafka::TransactionManager#send_offsets_to_txn` (#866).
911
- Add support for `murmur2` based partitioning.

lib/kafka/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Kafka
4-
VERSION = "1.3.0"
4+
VERSION = "1.4.0"
55
end

0 commit comments

Comments
 (0)