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 681eac5 commit e66b769Copy full SHA for e66b769
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+## 1.10.14 (29 June 2020)
12
+
13
+### Bug fixes
14
15
+- Fix arguments caching to check for field extensions #3003
16
+- Remove more `visible?` calls to unused arguments #3000
17
18
## 1.10.13 (16 June 2020)
19
20
### Feature? Bug fix?
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.10.13"
+ VERSION = "1.10.14"
4
end
0 commit comments