Skip to content

Commit 43d06cc

Browse files
committed
2.5.12
1 parent 7f2de26 commit 43d06cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.5.12 (15 sep 2025)
14+
15+
### New features
16+
17+
- Runtime: add hooks for experimental custom runtimes #5425, #5429
18+
- Lazy handling and Dataloader have been merged under the hood #5422
19+
- Doc: merk `load_application_object_failed` as public #5426
20+
1321
# 2.5.11 (9 Jul 2025)
1422

1523
### Bug fixes

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

0 commit comments

Comments
 (0)