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

Commit 0e44de9

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2020-07-27) ### Bug Fixes * synchronization false unless tests ([#292](#292)) ([e050a22](e050a22)) ### Features * Curve BTC Bridge ([#294](#294)) ([82f9276](82f9276)) * Depth Chart API endpoint ([#290](#290)) ([540f92e](540f92e)) * Graceful Shutdowns ([#280](#280)) ([5736c74](5736c74)) * Update protocol fee to 70k. Yield to event loop in path optimizer ([#285](#285)) ([a996c7b](a996c7b))
1 parent 540f92e commit 0e44de9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.12.0](https://github.com/0xProject/0x-api/compare/v1.11.0...v1.12.0) (2020-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* synchronization false unless tests ([#292](https://github.com/0xProject/0x-api/issues/292)) ([e050a22](https://github.com/0xProject/0x-api/commit/e050a226d42eaa0eb9f07ef994b2f59b56d8b46f))
7+
8+
9+
### Features
10+
11+
* Curve BTC Bridge ([#294](https://github.com/0xProject/0x-api/issues/294)) ([82f9276](https://github.com/0xProject/0x-api/commit/82f9276bc70bdeda4c8564952e9f6e675bc88021))
12+
* Depth Chart API endpoint ([#290](https://github.com/0xProject/0x-api/issues/290)) ([540f92e](https://github.com/0xProject/0x-api/commit/540f92ea81bf48921bea4ddf00336d9e3abf9e99))
13+
* Graceful Shutdowns ([#280](https://github.com/0xProject/0x-api/issues/280)) ([5736c74](https://github.com/0xProject/0x-api/commit/5736c74ca537f5a469012a61da3d4da77e281cd7))
14+
* Update protocol fee to 70k. Yield to event loop in path optimizer ([#285](https://github.com/0xProject/0x-api/issues/285)) ([a996c7b](https://github.com/0xProject/0x-api/commit/a996c7b284ac3f3e56d12861702397a3ed9ea17e))
15+
116
# [1.11.0](https://github.com/0xProject/0x-api/compare/v1.10.2...v1.11.0) (2020-07-20)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0x-api",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "0x API",
55
"repository": "git@github.com:0xProject/0x-api.git",
66
"author": "Francesco Agosti <francesco@0x.org>",

0 commit comments

Comments
 (0)