Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 31, 2024
1 parent 7f606ce commit dcaaed1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@

### Bug fixes

# 2.4.0

### Deprecations

- Visibility: Implementing `visible?` now requires `use GraphQL::Schema::Visibility` or `use GraphQL::Schema::Warden` in your schema definition #5123

### New features

- Validation: Add "did you mean" to error messages when `DidYouMean` is available #4966
- Schema: types can be lazy-loaded when using `GraphQL::Schema::Visibility` #4919

# 2.3.20 (31 Oct 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.3.20"
VERSION = "2.4.0"
end

0 comments on commit dcaaed1

Please sign in to comment.