Skip to content

Commit e7d009d

Browse files
committed
1.5.8
1 parent 974be7e commit e7d009d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.5.8 (18 Apr 2017)
12+
13+
### New features
14+
15+
- Use Relay PageInfo descriptions from graphql-js #673
16+
17+
### Bug Fixes
18+
19+
- Allow fields with different arguments when fragments are included within inline fragments of non-overlapping types #680
20+
- Run `lazy_resolve` instrumentation for `connection` fields #679
21+
22+
1123
## 1.5.7 (14 Apr 2017)
1224

1325
### Bug fixes

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

0 commit comments

Comments
 (0)