We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc327f commit e291b70Copy full SHA for e291b70
2 files changed
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
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
18
## 1.10.11 (11 June 2020)
19
20
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.10.11"
+ VERSION = "1.10.12"
4
end
0 commit comments