Skip to content

Commit 53260f8

Browse files
committed
2.5.17
1 parent 8298e97 commit 53260f8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.5.17 (21 Jan 2026)
14+
15+
### Bug fixes
16+
17+
- `GraphQL::Dashboard`: fix routes compatibility with Devise #5505
18+
- `GraphQL::Dashboard`: fix HTML/erb lint issues #5497
19+
- Parser: improve check for invalid number followed by name #5492 #5492
20+
- `GraphQL::Field`: optimize boot memory by removing `Field.from_options` #5495
21+
- `field`, `argument`: improve API documentation for DSL methods #5491
22+
1323
# 2.5.16 (10 Dec 2025)
1424

1525
### 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.16"
3+
VERSION = "2.5.17"
44
end

0 commit comments

Comments
 (0)