Skip to content

Commit 398efef

Browse files
committed
2.5.18
1 parent c81aa29 commit 398efef

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

1111
### Bug fixes
1212

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+
1318
# 2.5.17 (21 Jan 2026)
1419

1520
### 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.17"
3+
VERSION = "2.5.18"
44
end

0 commit comments

Comments
 (0)