Skip to content

Commit 1810cd6

Browse files
committed
1.8.0.pre7
1 parent d054532 commit 1810cd6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11-
## 1.8.0.pre5 (1 Feb 2018)
11+
## 1.8.0.pre7 (27 Feb 2018)
12+
13+
### New features
14+
15+
- Upgrader improvemnts #1305
16+
- Support `global_id_field` for interfaces #1299
17+
- Add `camelize: false` #1300
18+
- Add readers for `context`, `object` and `arguments` #1283
19+
- Replace `Schema.method_missing` with explicit whitelist #1265
20+
21+
## 1.8.0.pre6 (1 Feb 2018)
1222

1323
### New features
1424

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.pre6"
3+
VERSION = "1.8.0.pre7"
44
end

0 commit comments

Comments
 (0)