diff options
Diffstat (limited to 'packages/json-schemas/CHANGELOG.json')
-rw-r--r-- | packages/json-schemas/CHANGELOG.json | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index 42ef2065e..8bffe6955 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -1,14 +1,28 @@ [ { - "version": "1.0.0", + "timestamp": 1532043000, + "version": "1.0.0-rc.1", "changes": [ { - "note": "Update schemas for V2", + "note": "Update schemas for V2 or 0x Protocol", "pr": 615 }, { "note": "Added CallData schema", "pr": 821 + }, + { + "note": "Update CallData schema id to CallData", + "pr": 894 + } + ] + }, + { + "timestamp": 1531919263, + "version": "0.8.3", + "changes": [ + { + "note": "Dependencies updated" } ] }, |