Skip to content

Commit 130924f

Browse files
committed
2.5.1
1 parent 18f9104 commit 130924f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
### Bug fixes
1212

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+
1320
# 2.5.0
1421

1522
### Breaking changes

Diff for: lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.5.0"
3+
VERSION = "2.5.1"
44
end

0 commit comments

Comments
 (0)