Skip to content

Commit 346a317

Browse files
committed
1.12.8
1 parent f889df3 commit 346a317

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
### Bug fixes
1010

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+
1118
# 1.12.7 (7 Apr 2021)
1219

1320
### 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.12.7"
3+
VERSION = "1.12.8"
44
end

0 commit comments

Comments
 (0)