Skip to content

Commit 5233dd9

Browse files
committed
Release 2.19.8
1 parent 3f44b26 commit 5233dd9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.md

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

33
### Unreleased
44

5+
### 2026-06-03 (2.19.8)
6+
7+
* Fix 1-byte buffer overread on EOS errors.
58
* Handle invalid types passed as `max_nesting` option.
69

710
### 2026-05-28 (2.19.7)

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.7'
4+
VERSION = '2.19.8'
55
end

0 commit comments

Comments
 (0)