We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12248a commit 75de903Copy full SHA for 75de903
CHANGELOG.md
@@ -10,7 +10,7 @@
10
11
### Bug fixes
12
13
-# 2.0.10 (20 June 2022)
+# 2.0.11 (20 June 2022)
14
15
### New features
16
@@ -25,6 +25,10 @@
25
- Remove partial `opentelementry` implementation, oops #4086
26
- Remove unused method `Lazy.resolve`
27
28
+# 2.0.10 (20 June 2022)
29
+
30
+Oops, this version was accidentally released to RubyGems as "2.10.0". I yanked it. See 2.0.11 instead.
31
32
# 2.0.9 (31 May 2022)
33
34
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.10.0"
+ VERSION = "2.0.11"
4
end
0 commit comments