We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119e13b commit 216f432Copy full SHA for 216f432
CHANGELOG.md
@@ -10,6 +10,14 @@
10
11
### Bug fixes
12
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
21
# 2.4.5 (2 Dec 2024)
22
23
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.4.5"
+ VERSION = "2.4.6"
4
end
0 commit comments