From dfff7189724b0c978bcf68d29a5dec1714bebb40 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 26 Jun 2017 15:25:30 -0700 Subject: [PATCH] Add 0.7.1 release notes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427ca12afa..da3d641acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG -v0.7.0 - _Jul. 22, 2017_ +v0.7.1 - _Jun. 26, 2017_ +------------------------ + * Add the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81) + v0.7.0 - _Jun. 22, 2017_ ------------------------ * Add Kovan smart contract artifacts (#78)