Skip to content

Commit 75de903

Browse files
committed
2.0.11
1 parent b12248a commit 75de903

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Bug fixes
1212

13-
# 2.0.10 (20 June 2022)
13+
# 2.0.11 (20 June 2022)
1414

1515
### New features
1616

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

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+
2832
# 2.0.9 (31 May 2022)
2933

3034
### New features

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.10.0"
3+
VERSION = "2.0.11"
44
end

0 commit comments

Comments
 (0)