Skip to content

Commit fd5a1c5

Browse files
authored
v0.14.0 release (#348)
1 parent b5bd85f commit fd5a1c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rdkafka Changelog
22

3-
## 0.14.0 (Unreleased)
3+
## 0.14.0 (2023-11-21)
44
- [Enhancement] Add `raise_response_error` flag to the `Rdkafka::AbstractHandle`.
55
- [Enhancement] Allow for setting `statistics_callback` as nil to reset predefined settings configured by a different gem (mensfeld)
66
- [Enhancement] Get consumer position (thijsc & mensfeld)

lib/rdkafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Rdkafka
4-
VERSION = "0.14.0.rc1"
4+
VERSION = "0.14.0"
55
LIBRDKAFKA_VERSION = "2.2.0"
66
LIBRDKAFKA_SOURCE_SHA256 = "af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226"
77
end

0 commit comments

Comments
 (0)