Skip to content

Commit 381e424

Browse files
committed
1.8.0.pre10
1 parent e498ddc commit 381e424

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.0.pre10 (4 Apr 2018)
12+
13+
### New features
14+
15+
- Add `Schema::Mutation` and `Schema::RelayClassicMutation` base classes #1360
16+
17+
### Bug fixes
18+
19+
- Fix using anonymous classes for field types #1358
20+
1121
## 1.8.0.pre9 (19 Mar 2018)
1222

1323
- New version number. (I needed this because I messed up build tooling for 1.8.0.pre8).

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.0.pre9"
3+
VERSION = "1.8.0.pre10"
44
end

0 commit comments

Comments
 (0)