We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818ec08 commit e2fcb24Copy full SHA for e2fcb24
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 1.13.25 (24 Mar 2025)
14
+
15
+### Bug fixes
16
17
+- Connections: fix handling ActiveRecord::Relations that already have a limit #5294
18
19
# 1.13.24 (12 Mar 2025)
20
21
- Security: Fix CVE-2025-27407
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.13.24"
+ VERSION = "1.13.25"
4
end
0 commit comments