Skip to content

Commit 9fb4005

Browse files
committedNov 14, 2017
Bump version to 0.5.1
1 parent e0da111 commit 9fb4005

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

Diff for: ‎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.1
8+
79
Requires Kafka 0.10.1+ due to usage of a few new APIs.
810

911
- Fix bug when using compression (#458).

Diff for: ‎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.1.beta2"
2+
VERSION = "0.5.1"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.