We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22d396 commit 90471c8Copy full SHA for 90471c8
CHANGELOG.md
@@ -8,6 +8,20 @@
8
9
### Bug fixes
10
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
25
## 1.6.6 (14 Jul 2017)
26
27
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.6.6"
+ VERSION = "1.6.7"
4
end
0 commit comments