Skip to content

Commit add7f2b

Browse files
committed
2.3.22
1 parent 7619a20 commit add7f2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.3.22 (13 Mar 2025)
14+
15+
### Bug fixes
16+
17+
- Validation: don't allow conflicting aliases inside fragments on interfaces #5275
18+
1319
# 2.3.21 (12 Mar 2025)
1420

1521
- Security: Fix CVE-2025-27407

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

0 commit comments

Comments
 (0)