Skip to content

Commit 5527179

Browse files
committed
1.8.11
1 parent 5b86a49 commit 5527179

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.11 (16 Oct 2018)
12+
13+
### New features
14+
15+
- `extras: [:lookahead]` injects a `GraphQL::Execution::Lookahead`
16+
17+
### Bug fixes
18+
19+
- Fix type printing in Printer #1902
20+
- Rescue `GraphQL::ExecutionError` in `.before_query` hooks #1898
21+
- Properly load default values that are lists of input objects from the IDL #1874
22+
1123
## 1.8.10 (21 Sep 2018)
1224

1325
### Bug fixes

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.8.10"
3+
VERSION = "1.8.11"
44
end

0 commit comments

Comments
 (0)