Skip to content

Commit 8f4e595

Browse files
committed
bump to version 0.12.0.beta.4
1 parent 9e08ca8 commit 8f4e595

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.12.0
2+
* Bumps librdkafka to 1.9.0
3+
14
# 0.11.0
25
* Upgrade librdkafka to 1.8.2
36
* Bump supported minimum Ruby version to 2.6

lib/rdkafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rdkafka
2-
VERSION = "0.12.0.beta.3"
2+
VERSION = "0.12.0.beta.4"
33
LIBRDKAFKA_VERSION = "1.9.0-RC10"
44
LIBRDKAFKA_SOURCE_SHA256 = "e8d49dcd6aafc169b1a75ed3553a338c4b9cf7821d365bac3c6e31d9a4aa9296"
55
end

0 commit comments

Comments
 (0)