Skip to content

Commit 0736775

Browse files
committed
2.5.4
1 parent b8672ea commit 0736775

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.5.4
14+
15+
### Bug fixes
16+
17+
- `ActiveRecordSource`: Support composite primary keys #5330
18+
- `ActiveRecordAssociationSource`: Support has_many associations #5331
19+
- Remove broken `Context#path` method (use `#current_path` instead) #5332
20+
1321
# 2.5.3
1422

1523
### Deprecations

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

0 commit comments

Comments
 (0)