Skip to content

Commit 3f71c9d

Browse files
committed
1.8.4
1 parent da1030a commit 3f71c9d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.4 (21 June 2018)
12+
13+
### New features
14+
15+
- Add class-based definitions for Relay types #1568
16+
- Add a built-in auth system #1494
17+
18+
### Bug fixes
19+
20+
- Properly rescue coercion errors in variable values #1602
21+
1122
## 1.8.3 (14 June 2018)
1223

1324
### New features

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

0 commit comments

Comments
 (0)