Skip to content

Commit b0f812b

Browse files
committed
2.5.23
1 parent 5a50495 commit b0f812b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.5.23
14+
15+
### New features
16+
17+
- Static Validations: several performance improvements #5584, #5585, #5586, #5585, #5587, #5591
18+
- Continue building `Execution::Next` #5589, #5592, #5582
19+
20+
### Bug fixes
21+
22+
- Fix Dataloader state on list items #5597
23+
1324
# 2.5.22
1425

1526
- Continue building `Execution::Next`: #5575 #5581

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

0 commit comments

Comments
 (0)