Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jun 9, 2020
1 parent f7c8510 commit 8c106b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Changes and additions to the library will be listed here.

## Unreleased

- Extra sanity checking when marking offsets as processed (#824).
- Make `verify_hostname` settable for SSL contexts (#828).

## 1.1.0

- Extra sanity checking when marking offsets as processed (#824).
- Make `verify_hostname` settable for SSL contexts (#828).
- Instrument `create_time` from last message in batch (#811).
- Add client function for fetching topic replica count (#822).
- Allow consumers to refresh the topic lists (#818).
Expand Down
2 changes: 1 addition & 1 deletion lib/kafka/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Kafka
VERSION = "1.1.0.beta1"
VERSION = "1.1.0"
end

0 comments on commit 8c106b1

Please sign in to comment.