We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ff0c8 commit 51ce76eCopy full SHA for 51ce76e
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-09-18 (2.14.1)
6
+
7
* Fix `IndexOutOfBoundsException` in the JRuby extension when encoding shared strings.
8
9
### 2025-09-18 (2.14.0)
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.14.0'
+ VERSION = '2.14.1'
end
0 commit comments