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 f0d53ce commit 384efa0Copy full SHA for 384efa0
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
13
+# 2.2.11 (27 Feb 2024)
14
+
15
+### New features
16
17
+- Sentry: support transaction names in tracing #4853
18
19
+### Bug fixes
20
21
+- Tracing: handle unknown trace modes at runtime #4856
22
23
# 2.2.10 (20 Feb 2024)
24
25
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.2.10"
+ VERSION = "2.2.11"
4
end
0 commit comments