Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit c39c352

Browse files
committed
1.8.0.pre2
1 parent 11fec33 commit c39c352

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.0.pre2 (29 Nov 2017)
12+
13+
### New Features
14+
15+
- Add `rake graphql:upgrade[app/graphql]` for automatic upgrade #1110
16+
- Automatically camelize field names and argument names #1143, #1126
17+
- Improved error message when defining `name` instead of `graphql_name` #1104
18+
19+
### Bug fixes
20+
21+
- Fix list wrapping when value is `nil` #1117
22+
- Fix ArgumentError typo #1098
23+
1124
## 1.8.0.pre1 (14 Nov 2017)
1225

1326
### 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.8.0.pre1"
3+
VERSION = "1.8.0.pre2"
44
end

0 commit comments

Comments
 (0)