We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1030a commit 3f71c9dCopy full SHA for 3f71c9d
CHANGELOG.md
@@ -8,6 +8,17 @@
8
9
### Bug fixes
10
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
22
## 1.8.3 (14 June 2018)
23
24
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.8.3"
+ VERSION = "1.8.4"
4
end
0 commit comments