Skip to content

Commit 1149e07

Browse files
authored
Merge pull request rmosolgo#2452 from swalkinshaw/v1.9.11
1.9.11
2 parents de26425 + 54a01a4 commit 1149e07

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.9.11 (29 Aug 2019)
12+
13+
### New features
14+
15+
- Add `extras` setter to `GraphQL::Schema::Field` #2450
16+
- Add extensions in `CoercionError` #2431
17+
18+
### Bug fixes
19+
20+
- Make `extensions` kwarg on field on more flexible for extensions with options #2443
21+
- Fix list validation error handling #2441
22+
- Include introspective fields in query depth calculations #2437
23+
- Correct the example for using 'a class method to generate fields' #2435
24+
- Enable multiple execution errors for Fields defined to return a list #2433
25+
1126
## 1.9.10 (20 Aug 2019)
1227

1328
### New features

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

0 commit comments

Comments
 (0)