Skip to content

Commit 34b6698

Browse files
committed
1.9.3
1 parent ceef26a commit 34b6698

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.9.3 (20 Feb 2019)
12+
13+
### Bug fixes
14+
15+
- Fix `Schema::Subscription` when it has no arguments #2135
16+
- Don't try to scope `nil`, just skip scoping altogether #2134
17+
- Fix when a root `.authorized?` returns `false` and there's no `root_value` #2136
18+
- Fix platform tracing with interpreter & introspection #2137
19+
- Support root Subscription types with name other than `Subscription` #2102
20+
- Fix nested list-type input object nullability validation #2123
21+
1122
## 1.9.2 (15 Feb 2019)
1223

1324
### Bug fixes

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

0 commit comments

Comments
 (0)