Skip to content

Commit

Permalink
2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Mar 14, 2023
1 parent 7b95e9a commit 86b75b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@

### Bug fixes

# 2.0.18 (9 March 2023)

# 2.0.19 (14 March 2023)

### Bug fixes

- Scoped context: fix `context.scoped_context.current_path` #4376
- Tracing: fix `tracer` inheritance in Schema classes #4379
- Timeout: fix `Timeout` plugin when other tracers are used #4383
- Performance: use Arrays instead of `GraphQL::Language::Token`s when scanning #4366

# 2.0.18 (9 March 2023)

### Breaking Changes

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.0.18"
VERSION = "2.0.19"
end

0 comments on commit 86b75b4

Please sign in to comment.