Skip to content

Commit 06ba354

Browse files
committed
2.4.9
1 parent 60262ad commit 06ba354

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.4.9 (29 Jan 2025)
14+
15+
### New features
16+
17+
- Enum: Enum types now have methods to access GraphQL-ready values directly #5206 #5218
18+
19+
### Bug fixes
20+
21+
- Validation: fix order dependency and mutual exclusion bug in `required: { one_of: [ ... ] }`
22+
- Backtrace: simplify trace setup and rendering code
23+
- Fix dependencies for Ruby 3.4 #5199
24+
- Resolver: inherit description from superclass #5195
25+
- Visibility: fix for when multiple implementations are all hidden #5191
26+
1327
# 2.4.8 (10 Dec 2024)
1428

1529
### 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.4.8"
3+
VERSION = "2.4.9"
44
end

0 commit comments

Comments
 (0)