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 35158dd commit daf2e6aCopy full SHA for daf2e6a
CHANGELOG.md
@@ -8,6 +8,16 @@
8
9
### Bug fixes
10
11
+## 1.11.1 (17 June 2020)
12
+
13
+### New Features
14
15
+- Add `StatsdTracing` #2996
16
17
+### Bug Fixes
18
19
+- Raise the proper `InvalidNullError` when a mutation field returns an invalid `nil` #2997
20
21
## 1.11.0 (13 June 2020)
22
23
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.11.0"
+ VERSION = "1.11.1"
4
end
0 commit comments