Skip to content

Commit fa3612a

Browse files
committed
2.1.5
1 parent 4a2c564 commit fa3612a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
### Bug fixes
1212

13+
# 2.1.15 (12 Mar 2025)
14+
15+
- Fix bad merge #5273
16+
1317
# 2.1.14 (12 Mar 2025)
1418

1519
- Security: fix CVE-2025-27407

lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.1.14"
3+
VERSION = "2.1.15"
44
end

0 commit comments

Comments
 (0)