From 75de90343e02cf1bf76d4a6e42a1e32a7d100f70 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Mon, 20 Jun 2022 13:46:55 -0400 Subject: [PATCH] 2.0.11 --- CHANGELOG.md | 6 +++++- lib/graphql/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0905cfefcd..f1ed034095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Bug fixes -# 2.0.10 (20 June 2022) +# 2.0.11 (20 June 2022) ### New features @@ -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 diff --git a/lib/graphql/version.rb b/lib/graphql/version.rb index 8b21966e17..d5b5a37de6 100644 --- a/lib/graphql/version.rb +++ b/lib/graphql/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module GraphQL - VERSION = "2.10.0" + VERSION = "2.0.11" end