We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4421867 commit 5e28ac1Copy full SHA for 5e28ac1
2 files changed
CHANGELOG.md
@@ -8,6 +8,12 @@
8
9
### Bug fixes
10
11
+## 1.7.13 (28 Feb 2018)
12
+
13
+### Bug fixes
14
15
+- `Schema#as_json` returns a hash, not a `GraphQL::Query::Result` #1288
16
17
## 1.7.12 (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.12"
+ VERSION = "1.7.13"
4
end
0 commit comments