We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f889df3 commit 346a317Copy full SHA for 346a317
2 files changed
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+# 1.12.8 (12 Apr 2021)
12
+
13
+### Bug fixes
14
15
+- Fix loading single-key hashes in Subscriptions #3428
16
+- Fix looking up `rescue_from` handlers inherited from parent schema classes #3431
17
18
# 1.12.7 (7 Apr 2021)
19
20
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.12.7"
+ VERSION = "1.12.8"
4
end
0 commit comments