Skip to content

Commit 384efa0

Browse files
committed
2.2.11
1 parent f0d53ce commit 384efa0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

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+
1323
# 2.2.10 (20 Feb 2024)
1424

1525
### New features

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.10"
3+
VERSION = "2.2.11"
44
end

0 commit comments

Comments
 (0)