Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Apr 26, 2024
1 parent 549fe88 commit ce5e26a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,13 @@

### Bug fixes

# 2.3.2 (26 Apr 2024)

### Bug fixes

- Properly `.prepare` lists of input objects #4933
- Fix deleting directives using the AST visitor #4931

# 2.3.1 (22 Apr 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.3.1"
VERSION = "2.3.2"
end

0 comments on commit ce5e26a

Please sign in to comment.