We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e09772 commit 0300b0fCopy full SHA for 0300b0f
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
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
18
# 1.12.14 (22 July 2021)
19
20
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.12.14"
+ VERSION = "1.12.15"
4
end
0 commit comments