Skip to content

Commit 005864f

Browse files
committed
1.7.11
1 parent f97b4d2 commit 005864f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88

99
### Bug fixes
1010

11-
## 1.7.10 (1 Feb 2018)
11+
## 1.7.11 (13 Feb 2018)
12+
13+
### Bug fixes
14+
15+
- Fix compatibility of `irep_node.typed_children` on leaf nodes #1277
16+
17+
## 1.7.10 (13 Feb 2018)
18+
19+
### Breaking Changes
20+
21+
- Empty selections (`{ }`) are invalid in the GraphQL spec, but were previously allowed by graphql-ruby. They now return a parse error. #1268
1222

1323
### Bug fixes
1424

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.10"
3+
VERSION = "1.7.11"
44
end

0 commit comments

Comments
 (0)