We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8672ea commit 0736775Copy full SHA for 0736775
CHANGELOG.md
@@ -10,6 +10,14 @@
10
11
### Bug fixes
12
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
21
# 2.5.3
22
23
### Deprecations
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.3"
+ VERSION = "2.5.4"
4
end
0 commit comments