Skip to content

Commit c985e8c

Browse files
committed
Release 2.11.2
1 parent c8ae2c5 commit c985e8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes
22

3+
### 2025-04-24 (2.11.2)
4+
35
* Add back `JSON::PRETTY_STATE_PROTOTYPE`. This constant was private API but is used by popular gems like `multi_json`.
46
It now emits a deprecation warning.
57

lib/json/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.11.1'
4+
VERSION = '2.11.2'
55
end

0 commit comments

Comments
 (0)