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 87eeaae commit 47ef4f2Copy full SHA for 47ef4f2
CHANGELOG.md
@@ -10,6 +10,18 @@
10
11
### Bug fixes
12
13
+# 2.0.2 (1 March 2022)
14
+
15
+### New features
16
17
+- Reduce schema memory footprint #3959
18
19
+### Bug fixes
20
21
+- Mutation: Correctly use a configured `type(...)` #3965
22
+- Interfaces: De-duplicate indirectly implemented interfaces #3932
23
+- Remove an unnecessary require #3961
24
25
# 2.0.1 (21 February 2022)
26
27
### Breaking changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
4
end
0 commit comments