Skip to content

Commit 9e6067b

Browse files
committed
Release 2.15.1
1 parent 1e19097 commit 9e6067b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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+
### 2025-10-07 (2.15.1)
6+
57
* Fix incorrect escaping in the JRuby extension when encoding shared strings.
68

79
### 2025-09-22 (2.15.0)

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

0 commit comments

Comments
 (0)