Skip to content

Commit 6770b63

Browse files
committed
2.5.19
1 parent 8bedf36 commit 6770b63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.19 (5 Feb 2026)
14+
15+
- `DetailedTrace`: add ActiveRecord backend, generator #5525
16+
- `DetailedTrace`: improve ActiveRecord backend, filter hashes before logging #5527
17+
1318
# 2.5.18 (22 Jan 2026)
1419

1520
- `GraphQL::Dashboard`: properly require `action_controller` before using it #5510

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

0 commit comments

Comments
 (0)