Skip to content

Commit 5e28ac1

Browse files
committed
1.7.13
1 parent 4421867 commit 5e28ac1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1117
## 1.7.12 (13 Feb 2018)
1218

1319
### Bug fixes

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.7.12"
3+
VERSION = "1.7.13"
44
end

0 commit comments

Comments
 (0)