Skip to content

Commit cb92bf8

Browse files
committed
2.4.13
1 parent e58676c commit cb92bf8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.4.13 (12 Mar 2025)
14+
15+
- Security: Fix CVE-2025-27407
16+
1317
# 2.4.12 (11 Mar 2025)
1418

1519
### Breaking changes

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

0 commit comments

Comments
 (0)