Skip to content

Commit 8982532

Browse files
committed
2.4.8
1 parent 6f0f721 commit 8982532

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.4.8 (10 Dec 2024)
14+
15+
### New features
16+
17+
- Subscriptions: support calling `write_subscription` within `resolve` #5142
18+
19+
### Bug fixes
20+
21+
- Autoloading: improve autoloading of `Tracing` classes #5190
22+
1323
# 2.4.7 (7 Dec 2024)
1424

1525
### Bug fixes

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

0 commit comments

Comments
 (0)