Skip to content

Commit

Permalink
v0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Nov 21, 2023
1 parent b5bd85f commit 105602f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rdkafka Changelog

## 0.14.0 (Unreleased)
## 0.14.0 (2023-11-21)
- [Enhancement] Add `raise_response_error` flag to the `Rdkafka::AbstractHandle`.
- [Enhancement] Allow for setting `statistics_callback` as nil to reset predefined settings configured by a different gem (mensfeld)
- [Enhancement] Get consumer position (thijsc & mensfeld)
Expand Down
2 changes: 1 addition & 1 deletion lib/rdkafka/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Rdkafka
VERSION = "0.14.0.rc1"
VERSION = "0.14.0"
LIBRDKAFKA_VERSION = "2.2.0"
LIBRDKAFKA_SOURCE_SHA256 = "af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226"
end

0 comments on commit 105602f

Please sign in to comment.