Skip to content

Commit 0300b0f

Browse files
author
Robert Mosolgo
committed
1.12.15
1 parent 4e09772 commit 0300b0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.15 (23 August 2021)
12+
13+
### New Features
14+
15+
- Subscriptions: add support for multi-tenant setups when deserializing context #3574
16+
- Analyzers: also track deprecated arguments #3549
17+
1118
# 1.12.14 (22 July 2021)
1219

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

0 commit comments

Comments
 (0)