Skip to content

Commit 4e1f888

Browse files
committed
1.10.0.pre4
1 parent f2c3617 commit 4e1f888

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.10.0.pre4 (15 Jan 2020)
12+
13+
### New features
14+
15+
- Add tracing events for `.authorized?` and `.resolve_type` calls #2660
16+
17+
### Bug fixes
18+
19+
- Properly coerce a single, non-null item into a single-item list when given as input to a list type #2667 #2668
20+
- Fix warnings on Ruby 2.7
21+
1122
## 1.10.0.pre3 (17 Dec 2019)
1223

1324
### Bug fixes
@@ -64,7 +75,7 @@
6475
- Resolver `loads:` assign the value to argument `@loads` #2364
6576
- Only integers are accepted for `Int` type #2404
6677

67-
## 1.9.18 (15 Jan 2019)
78+
## 1.9.18 (15 Jan 2020)
6879

6980
### New features
7081

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.10.0.pre3"
3+
VERSION = "1.10.0.pre4"
44
end

0 commit comments

Comments
 (0)