We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f9104 commit 130924fCopy full SHA for 130924f
CHANGELOG.md
@@ -10,6 +10,13 @@
10
11
### Bug fixes
12
13
+# 2.5.1
14
+
15
+### Bug fixes
16
17
+- Datadog trace: fix Dataloader source tracing method #5318
18
+- Sentry trace: handle `nil` current span #5313
19
20
# 2.5.0
21
22
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.0"
+ VERSION = "2.5.1"
4
end
0 commit comments