Skip to content

Commit 0d64a9b

Browse files
committed
v1.1.0.beta1
1 parent f66291b commit 0d64a9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.1.0
8+
79
- Instrument `create_time` from last message in batch (#811).
810
- Add client function for fetching topic replica count (#822).
911
- Allow consumers to refresh the topic lists (#818).

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.0.0"
4+
VERSION = "1.1.0.beta1"
55
end

0 commit comments

Comments
 (0)