Skip to content

Commit 6758b11

Browse files
committed
2.5.21
1 parent 209ce54 commit 6758b11

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.5.21
14+
15+
### New features
16+
17+
- Continue building `Execution::Next` #5553 #5562 #5563 #5566 #5569 #5570 #5571
18+
19+
### Bug fixes
20+
21+
- `Schema.from_definition`: fix field calls when all arguments come from extras #5557
22+
1323
# 2.5.20 (23 Feb 2026)
1424

1525
- `DetailedTrace`: Handle inspecting instances of anonymous classes #5530

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

0 commit comments

Comments
 (0)