Skip to content

Commit 950188f

Browse files
committed
1.8.15
1 parent ce4ffdf commit 950188f

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.8.15 (13 Feb 2019)
12+
13+
### Bug fixes
14+
15+
- Fix unwrapping inputobject types when turning arguments to hashes #2094
16+
- Support lazy objects from `.resolve_type` hooks #2108
17+
1118
## 1.8.14 (9 Feb 2018)
1219

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

0 commit comments

Comments
 (0)