Skip to content

Commit e291b70

Browse files
committed
1.10.12
1 parent bdc327f commit e291b70

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.12 (13 June 2020)
12+
13+
### Bug fixes
14+
15+
- Fix compatibility of `YYYY-mm-dd` with `Types::ISO8601DateTime` #2989
16+
- Remove unused ivar in InputObject #2987
17+
1118
## 1.10.11 (11 June 2020)
1219

1320
### 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 = "1.10.11"
3+
VERSION = "1.10.12"
44
end

0 commit comments

Comments
 (0)