Skip to content

Commit bb6138b

Browse files
committed
1.7.10
1 parent 7fd2839 commit bb6138b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1118
## 1.7.9 (1 Feb 2018)
1219

1320
## 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.7.9"
3+
VERSION = "1.7.10"
44
end

0 commit comments

Comments
 (0)