diff options
Diffstat (limited to 'packages/migrations/CHANGELOG.json')
-rw-r--r-- | packages/migrations/CHANGELOG.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json index 068fdc56f..6c1959a7e 100644 --- a/packages/migrations/CHANGELOG.json +++ b/packages/migrations/CHANGELOG.json @@ -1,5 +1,15 @@ [ { + "version": "2.0.0", + "changes": [ + { + "note": + "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.", + "pr": 1105 + } + ] + }, + { "version": "1.0.14", "changes": [ { |