Skip to content

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jul 19, 2022
1 parent 8e1f50a commit 04b4d03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,18 @@

### Bug fixes

# 2.0.12 (19 July 2022)

### New features

- Support returning `[Type, nil]` from `resolve_type` #4130

### Bug fixes

- SDL: Don't print empty braces for input objects with no arguments #4138
- Arguments: always call `prepare` before loading objects based on ID (`loads:`) #4128
- Don't support re-assigning `Query#validate=` after validation has run #4127

# 2.0.11 (20 June 2022)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.0.11"
VERSION = "2.0.12"
end

0 comments on commit 04b4d03

Please sign in to comment.