We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2723bf2 commit 53cef19Copy full SHA for 53cef19
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
5
## Unreleased
6
7
+## v0.5.4
8
+
9
- Add support for config entries in the topic creation API.
10
- Don't fail on retry when the cluster is secured (#545).
11
lib/kafka/version.rb
@@ -1,3 +1,3 @@
1
module Kafka
2
- VERSION = "0.5.4.beta1"
+ VERSION = "0.5.4"
3
end
0 commit comments