Skip to content

Commit

Permalink
2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jul 12, 2024
1 parent bc13650 commit 43b6760
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@

### Bug fixes

# 2.3.8 (12 Jul 2024)

### New features

- Input validation: Add `all: { ... }` validator #5013
- Visibility: Add `Query#types` for future type filtering improvements #4998
- Broadcast: Add `default_broadcast(true)` option for Connection and Edge types #5012

### Bug fixes

- Remove unused `InvalidTypeError` #5003
- Parser: remove unused `previous_token` and `Token` #5015

# 2.3.7 (27 Jun 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.7"
VERSION = "2.3.8"
end

0 comments on commit 43b6760

Please sign in to comment.