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 e4b938a commit fa2ba4eCopy full SHA for fa2ba4e
CHANGELOG.md
@@ -10,6 +10,13 @@
10
11
### Bug fixes
12
13
+# 2.5.16 (10 Dec 2025)
14
+
15
+### Bug fixes
16
17
+- `fiber-storage`: properly include dependency on Ruby < 3.2 #5484
18
+- Fix typo in `legacy_invalid_empty_selections_on_union_with_type` warning #5481
19
20
# 2.5.15 (9 Dec 2025)
21
22
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.15"
+ VERSION = "2.5.16"
4
end
0 commit comments