Skip to content

Commit daf2e6a

Browse files
committed
1.11.1
1 parent 35158dd commit daf2e6a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
### Bug fixes
1010

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+
1121
## 1.11.0 (13 June 2020)
1222

1323
### Breaking changes

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.11.0"
3+
VERSION = "1.11.1"
44
end

0 commit comments

Comments
 (0)