Skip to content

Commit e1c12f8

Browse files
committed
1.5.7
1 parent 3a52869 commit e1c12f8

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.5.7 (14 Apr 2017)
12+
13+
### Bug fixes
14+
15+
- `InternalRepresentation::Node#definition` returns `nil` instead of raising NoMethodError for operation fields #675
16+
- `Field#function` is properly populated for fields derived from `GraphQL::Function`s #674
17+
1118
## 1.5.6 (9 Apr 2017)
1219

1320
## Breaking Changes

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

0 commit comments

Comments
 (0)