Skip to content

Commit 9f74912

Browse files
committed
1.7.14
1 parent 4e13bcf commit 9f74912

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.7.14 (4 Apr 2018)
12+
13+
### New features
14+
15+
- Support new IDL spec for `&` for interfaces #1304
16+
- Schema members built from IDL have an `#ast_node` #1367
17+
18+
### Bug fixes
19+
20+
- Fix paging backwards with `hasNextPage` #1319
21+
- Add hint for `orphan_types` in error message #1380
22+
- Use an empty hash for `result` when a query has unhandled errors #1382
23+
1124
## 1.7.13 (28 Feb 2018)
1225

1326
### 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.7.13"
3+
VERSION = "1.7.14"
44
end

0 commit comments

Comments
 (0)