We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd2839 commit bb6138bCopy full SHA for bb6138b
2 files changed
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+## 1.7.10 (1 Feb 2018)
12
+
13
+### Bug fixes
14
15
+- Fix error when inline fragments are spread on scalars #1268
16
+- Fix printing SDL when types have interfaces and directives #1255
17
18
## 1.7.9 (1 Feb 2018)
19
20
## New Features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.7.9"
+ VERSION = "1.7.10"
4
end
0 commit comments