Skip to content

Commit

Permalink
2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 25, 2024
1 parent be879de commit 71824d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@

### Bug fixes

# 2.1.11 (25 Jan 2024)

- DataDog: use `span` setter instead of `span_type` #4786

# 2.1.10 (27 Dec 2023)

- Dataloader: remove Fiber#transfer support because of unpredictable Ruby control flow #4753
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.1.10"
VERSION = "2.1.11"
end

0 comments on commit 71824d8

Please sign in to comment.