Skip to content

Commit 153d4bc

Browse files
authored
v0.24.2 (#734)
1 parent c1389d0 commit 153d4bc

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,5 +1,8 @@
11
# Rdkafka Changelog
22

3+
## 0.24.2 (2025-10-21)
4+
- [Fix] Fix for Core dump when providing extensions to oauthbearer_set_token (dssjoblom)
5+
36
## 0.24.1 (2025-10-10)
47
- [Fix] Fix Github Action Ruby reference preventing non-compiled releases.
58

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.24.1"
4+
VERSION = "0.24.2"
55
LIBRDKAFKA_VERSION = "2.11.1"
66
LIBRDKAFKA_SOURCE_SHA256 = "a2c87186b081e2705bb7d5338d5a01bc88d43273619b372ccb7bb0d264d0ca9f"
77
end

0 commit comments

Comments
 (0)