We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159e545 commit 25e24f9Copy full SHA for 25e24f9
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.2.0
8
+
9
- Add producer consumer interceptors (#837).
10
- Add support for configuring the client partitioner (#848).
11
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments