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 e501940 commit 858f382Copy full SHA for 858f382
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
13
+# 2.5.13 (22 Sep 2025)
14
+
15
+### New features
16
17
+- Testing helpers: support `visibility_profile: ...` #5439
18
19
+### Bug fixes
20
21
+- Directives: correctly handle schema directive arguments which are lists of input objects #5440
22
23
# 2.5.12 (15 Sep 2025)
24
25
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.12"
+ VERSION = "2.5.13"
4
end
0 commit comments