Skip to content

Commit 6bd4121

Browse files
committed
v1.0.0
1 parent 8969af6 commit 6bd4121

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## 1.0.0
8+
79
- Add client methods to manage configs (#759)
10+
- Support Kafka 2.3 and 2.4.
811

912
## 0.7.10
1013

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 = "0.7.10"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)