Skip to content

Commit 53cef19

Browse files
committed
Bump version to 0.5.4
1 parent 2723bf2 commit 53cef19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
44

55
## Unreleased
66

7+
## v0.5.4
8+
79
- Add support for config entries in the topic creation API.
810
- Don't fail on retry when the cluster is secured (#545).
911

lib/kafka/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kafka
2-
VERSION = "0.5.4.beta1"
2+
VERSION = "0.5.4"
33
end

0 commit comments

Comments
 (0)