Skip to content

Commit 1c23944

Browse files
committed
1.9.14
1 parent 50aa2b6 commit 1c23944

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.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+
1124
## 1.9.13 (8 Oct 2019)
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.9.13"
3+
VERSION = "1.9.14"
44
end

0 commit comments

Comments
 (0)