We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e03c13 commit 885a0bfCopy full SHA for 885a0bf
2 files changed
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.5.11 (9 Jul 2025)
14
+
15
+### Bug fixes
16
17
+- Dataloader: improve compatibility when objects are loaded by GraphQL-Batch but `.authorized?` uses Dataloader #5400
18
19
# 2.5.10 (3 Jul 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.10"
+ VERSION = "2.5.11"
4
end
0 commit comments