Skip to content

Commit e66b769

Browse files
committed
1.10.14
1 parent 681eac5 commit e66b769

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
### Bug fixes
1010

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+
1118
## 1.10.13 (16 June 2020)
1219

1320
### Feature? Bug fix?

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 = "1.10.13"
3+
VERSION = "1.10.14"
44
end

0 commit comments

Comments
 (0)