aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-forwarder
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
commitf3d9520db20934951d5f75567b947fcf82114761 (patch)
tree7ef3b84f3e8200e2b4b1a5bb5c711a5c08d9dbe9 /contracts/exchange-forwarder
parent9de4bf12259c04d98da367188001e844ef2ef614 (diff)
downloaddexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.gz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.bz2
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.lz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.xz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.zst
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.zip
Updated CHANGELOGS
Diffstat (limited to 'contracts/exchange-forwarder')
-rw-r--r--contracts/exchange-forwarder/CHANGELOG.json9
-rw-r--r--contracts/exchange-forwarder/CHANGELOG.md24
2 files changed, 12 insertions, 21 deletions
diff --git a/contracts/exchange-forwarder/CHANGELOG.json b/contracts/exchange-forwarder/CHANGELOG.json
index a9e5fa8da..ee0c1dce8 100644
--- a/contracts/exchange-forwarder/CHANGELOG.json
+++ b/contracts/exchange-forwarder/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/exchange-forwarder/CHANGELOG.md b/contracts/exchange-forwarder/CHANGELOG.md
index 94ffdfb67..7489d67aa 100644
--- a/contracts/exchange-forwarder/CHANGELOG.md
+++ b/contracts/exchange-forwarder/CHANGELOG.md
@@ -5,28 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.2.3 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.2.2 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.2.1 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.2.0 - _January 9, 2019_
-
- * Added Dutch Auction Wrapper (#1465)
-
-## v1.1.0 - _Invalid date_
-
- * Added Balance Threshold Filter (#1383)
- * Add OrderMatcher (#1117)
- * Add OrderValidator (#1464)
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Move Forwarder contract out of contracts-extensions into new package (#1539)