We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8969af6 commit 6bd4121Copy full SHA for 6bd4121
CHANGELOG.md
@@ -4,7 +4,10 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.0.0
8
+
9
- Add client methods to manage configs (#759)
10
+- Support Kafka 2.3 and 2.4.
11
12
## 0.7.10
13
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "0.7.10"
+ VERSION = "1.0.0"
end
0 commit comments