aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/CHANGELOG.json')
-rw-r--r--packages/json-schemas/CHANGELOG.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json
index 3bd6552e3..3120d6247 100644
--- a/packages/json-schemas/CHANGELOG.json
+++ b/packages/json-schemas/CHANGELOG.json
@@ -1,11 +1,14 @@
[
{
- "version": "2.0.1",
+ "version": "2.1.0",
"changes": [
{
"note":
"Improve schemas by enforcing that amounts that must be whole numbers (e.g Order asset amounts) no longer allow decimal amounts",
"pr": 1173
+ },
+ {
+ "note": "Add schemas from @0x/connect"
}
]
},