Skip to content

Commit 9ac1ad5

Browse files
committed
1.7.3
1 parent ba16226 commit 9ac1ad5

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.7.3 (20 Sept 2017)
12+
13+
### Bug fixes
14+
15+
- Fix arguments on `Query.__type` field #978
16+
- Fix `Relay::Edge` objects in `Backtrace` tables #975
17+
1118
## 1.7.2 (20 Sept 2017)
1219

1320
### 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.2"
3+
VERSION = "1.7.3"
44
end

0 commit comments

Comments
 (0)