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 59f2cd3 commit a4cfb6aCopy full SHA for a4cfb6a
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 1.13.8 (1 February 2022)
14
+
15
+### Bug fixes
16
17
+- Introspection query: hide newly-supported fields behind arguments, maintain backwards-compatible INTROSPECTION_QUERY #3877
18
19
# 1.13.7 (28 January 2022)
20
21
### New Features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.13.7"
+ VERSION = "1.13.8"
4
end
0 commit comments