Skip to content

Commit ddf2550

Browse files
committed
2.5.2
1 parent 587bebc commit ddf2550

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

1111
### Bug fixes
1212

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+
1324
# 2.5.1
1425

1526
### Bug fixes

lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.5.1"
3+
VERSION = "2.5.2"
44
end

0 commit comments

Comments
 (0)