We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad40c9 commit d3796daCopy full SHA for d3796da
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## 1.3.0
8
+
9
- Support custom assignment strategy (#846).
10
- Improved Exceptions in TransactionManager (#862).
11
lib/kafka/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Kafka
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments