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 50aa2b6 commit 1c23944Copy full SHA for 1c23944
CHANGELOG.md
@@ -8,6 +8,19 @@
8
9
### Bug fixes
10
11
+## 1.9.14 (14 Oct 2019)
12
+
13
+## New features
14
15
+- Add `null_session` CSRF handing in `install` generator #2524
16
+- Correctly report InputObjects without arguments and Objects without fields as invalid #2539 #2462
17
18
+## Bug fixes
19
20
+- Fix argument incompatibility #2541
21
+- Add a `require` for `Types::ISO8691Date` #2528
22
+- Fix errors re-raised after lazy fields #2525
23
24
## 1.9.13 (8 Oct 2019)
25
26
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.9.13"
+ VERSION = "1.9.14"
4
end
0 commit comments