Skip to content

Commit 2cff267

Browse files
committed
Release 2.19.9
1 parent fd6a65b commit 2cff267

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Unreleased
44

5+
### 2026-06-11 (2.19.9)
6+
57
* Fix buffer overflow that could lead to a crash when writing JSON directly into an IO
68
with `JSON.generate(object, io)`. [CVE-PENDING].
79

lib/json/version.rb

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

33
module JSON
4-
VERSION = '2.19.8'
4+
VERSION = '2.19.9'
55
end

0 commit comments

Comments
 (0)