Skip to content

Commit 216f432

Browse files
committed
2.4.6
1 parent 119e13b commit 216f432

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.4.6 (5 Dec 2024)
14+
15+
### Bug fixes
16+
17+
- Autoloading: fix referencing built-in types #5181
18+
- Autoloading: use Rails `config.before_eager_load` hook for better integration #5182
19+
- `loads:`: Check possible types for `loads:`-only unions #5180
20+
1321
# 2.4.5 (2 Dec 2024)
1422

1523
### Breaking changes

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

0 commit comments

Comments
 (0)