Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jun 20, 2022
1 parent b12248a commit 75de903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Bug fixes

# 2.0.10 (20 June 2022)
# 2.0.11 (20 June 2022)

### New features

Expand All @@ -25,6 +25,10 @@
- Remove partial `opentelementry` implementation, oops #4086
- Remove unused method `Lazy.resolve`

# 2.0.10 (20 June 2022)

Oops, this version was accidentally released to RubyGems as "2.10.0". I yanked it. See 2.0.11 instead.

# 2.0.9 (31 May 2022)

### 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.10.0"
VERSION = "2.0.11"
end

0 comments on commit 75de903

Please sign in to comment.