Skip to content

Commit 8c106b1

Browse files
committed
v1.1.0
1 parent f7c8510 commit 8c106b1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7-
- Extra sanity checking when marking offsets as processed (#824).
8-
- Make `verify_hostname` settable for SSL contexts (#828).
9-
107
## 1.1.0
118

9+
- Extra sanity checking when marking offsets as processed (#824).
10+
- Make `verify_hostname` settable for SSL contexts (#828).
1211
- Instrument `create_time` from last message in batch (#811).
1312
- Add client function for fetching topic replica count (#822).
1413
- Allow consumers to refresh the topic lists (#818).

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

0 commit comments

Comments
 (0)