Skip to content

Commit 90471c8

Browse files
committed
1.6.7
1 parent d22d396 commit 90471c8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.6.7 (11 Aug 2017)
12+
13+
### New features
14+
15+
- Add `GraphQL.parse_file` and `AbstractNode#filename` #873
16+
- Support `.graphql` filepaths with `Schema.from_definition` #872
17+
18+
### Bug fixes
19+
20+
- Fix variable usage inside non-null list #888
21+
- Fix unqualified usage of ActiveRecord::Relation #885
22+
- Fix `FieldsWillMerge` handling of equivalent input objects
23+
- Fix to call `prepare:` on nested input types
24+
1125
## 1.6.6 (14 Jul 2017)
1226

1327
### 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.6.6"
3+
VERSION = "1.6.7"
44
end

0 commit comments

Comments
 (0)