We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2c564 commit fa3612aCopy full SHA for fa3612a
CHANGELOG.md
@@ -10,6 +10,10 @@
10
11
### Bug fixes
12
13
+# 2.1.15 (12 Mar 2025)
14
+
15
+- Fix bad merge #5273
16
17
# 2.1.14 (12 Mar 2025)
18
19
- Security: fix CVE-2025-27407
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.1.14"
+ VERSION = "2.1.15"
4
end
0 commit comments