Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-06-08)

### Bug Fixes

* Add RFQT configs when instantiating SwapQuoter ([#218](#218)) ([28e1214](28e1214))

### Features

* added rewards per ZRX to pools endpoint ([#235](#235)) ([d8b8941](d8b8941))
* return ethereum transaction status in the response from metatxn status ([#247](#247)) ([ce973a2](ce973a2))
  • Loading branch information
semantic-release-bot committed Jun 8, 2020
1 parent d8b8941 commit f0101b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/0xProject/0x-api/compare/v1.6.0...v1.7.0) (2020-06-08)


### Bug Fixes

* Add RFQT configs when instantiating SwapQuoter ([#218](https://github.com/0xProject/0x-api/issues/218)) ([28e1214](https://github.com/0xProject/0x-api/commit/28e1214186c3285ca61de9bd7ca38ec84f9cbf32))


### Features

* added rewards per ZRX to pools endpoint ([#235](https://github.com/0xProject/0x-api/issues/235)) ([d8b8941](https://github.com/0xProject/0x-api/commit/d8b8941f9492720254b6a8d7c491ad16a3deedd4))
* return ethereum transaction status in the response from metatxn status ([#247](https://github.com/0xProject/0x-api/issues/247)) ([ce973a2](https://github.com/0xProject/0x-api/commit/ce973a2cac07fd9dcf783f284f3db125c242317f))

# [1.6.0](https://github.com/0xProject/0x-api/compare/v1.5.0...v1.6.0) (2020-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0x-api",
"version": "1.6.0",
"version": "1.7.0",
"description": "0x API",
"repository": "git@github.com:0xProject/0x-api.git",
"author": "Francesco Agosti <francesco@0x.org>",
Expand Down

0 comments on commit f0101b6

Please sign in to comment.