Skip to content

Commit fa2ba4e

Browse files
committed
2.5.16
1 parent e4b938a commit fa2ba4e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

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+
1320
# 2.5.15 (9 Dec 2025)
1421

1522
### New features

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

0 commit comments

Comments
 (0)