We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce196c commit db757aeCopy full SHA for db757ae
2 files changed
CHANGELOG.md
@@ -8,6 +8,12 @@
8
9
### Bug fixes
10
11
+## 1.7.12 (13 Feb 2018)
12
+
13
+### Bug fixes
14
15
+- `typed_children` should always return a Hash #1278
16
17
## 1.7.11 (13 Feb 2018)
18
19
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.7.11"
+ VERSION = "1.7.12"
4
end
0 commit comments