We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81aa29 commit 398efefCopy full SHA for 398efef
2 files changed
CHANGELOG.md
@@ -10,6 +10,11 @@
10
11
### Bug fixes
12
13
+# 2.5.18 (22 Jan 2026)
14
+
15
+- `GraphQL::Dashboard`: properly require `action_controller` before using it #5510
16
+- `GraphQL::Dashboard`: don't use `config.asset_host` for Dashboard assets since they're handled by the dashboard itself #5511
17
18
# 2.5.17 (21 Jan 2026)
19
20
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.17"
+ VERSION = "2.5.18"
4
end
0 commit comments