Skip to content

Commit

Permalink
2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Dec 10, 2024
1 parent 6f0f721 commit 8982532
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@

### Bug fixes

# 2.4.8 (10 Dec 2024)

### New features

- Subscriptions: support calling `write_subscription` within `resolve` #5142

### Bug fixes

- Autoloading: improve autoloading of `Tracing` classes #5190

# 2.4.7 (7 Dec 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.4.7"
VERSION = "2.4.8"
end

0 comments on commit 8982532

Please sign in to comment.