Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 11, 2024
1 parent 6b71689 commit aff9fdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

### Bug fixes

# 2.4.3 (11 Nov 2024)

### Bug fixes

- Lookahead: return an empty hash for `.arguments` when they raised a `GraphQL::ExecutionError` #5155
- Visibility: fix error when Mutation is lazy-loaded #5158
- Visibility: improve performance of `Schema.types` #5157

# 2.4.2 (7 Nov 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.4.2"
VERSION = "2.4.3"
end

0 comments on commit aff9fdf

Please sign in to comment.