We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587bebc commit ddf2550Copy full SHA for ddf2550
CHANGELOG.md
@@ -10,6 +10,17 @@
10
11
### Bug fixes
12
13
+# 2.5.2
14
+
15
+### New features
16
17
+- Resolver: accept `deprecation_reason` #5320
18
19
+### Bug fixes
20
21
+- Visibility: hide argument types whose uses are all hidden (to match Warden) #5291
22
+- InputObject: fix validation for nested input object with `prepare:` method configs #5321
23
24
# 2.5.1
25
26
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.1"
+ VERSION = "2.5.2"
4
end
0 commit comments