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 3282c8d commit 4918fb4Copy full SHA for 4918fb4
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.4.14 (13 Mar 2025)
14
+
15
+### Bug fixes
16
17
+- New Relic tracing: fix dataloaded, skipped scalars #5277
18
19
# 2.4.13 (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 = "2.4.13"
+ VERSION = "2.4.14"
4
end
0 commit comments