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 54614ab commit ffc6ff3Copy full SHA for ffc6ff3
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.5.14 (8 Oct 2025)
14
+
15
+### Bug fixes
16
17
+- Fix error when GraphQL-Batch is used (???) #5444
18
19
# 2.5.13 (22 Sep 2025)
20
21
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.13"
+ VERSION = "2.5.14"
4
end
0 commit comments