Skip to content

Commit 4315fb1

Browse files
committed
2.2.13
1 parent 2f64530 commit 4315fb1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Bug fixes
1212

13+
# 2.2.13 (11 Mar 2024)
14+
15+
### Bug fixes
16+
17+
- Tracing: when a new base `:default` trace class is added, merge already-configured trace modules into it #4875
18+
1319
# 2.2.12 (6 Mar 2024)
1420

1521
### Deprecations

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 = "2.2.12"
3+
VERSION = "2.2.13"
44
end

0 commit comments

Comments
 (0)