Skip to content

Commit

Permalink
2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Feb 20, 2024
1 parent f8480a8 commit 42f107b
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.2.10 (20 Feb 2024)

### New features

- Parser: support directives on variable definitions #4847

### Bug fixes

- Fix compatibility with Ruby 3.4 #4846
- Tracing: Fix applying default options to non-default modes #4849, #4850

# 2.2.9 (15 Feb 2024)

### New features
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.2.9"
VERSION = "2.2.10"
end

0 comments on commit 42f107b

Please sign in to comment.