From 9d216f9c1cf2f536d6b40a051f76bbe03973e46d Mon Sep 17 00:00:00 2001 From: David Walsh <5778036+rhinodavid@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:09:09 -0600 Subject: [PATCH] fix: add version in changelog for utils (#700) --- contracts/zero-ex/CHANGELOG.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/zero-ex/CHANGELOG.json b/contracts/zero-ex/CHANGELOG.json index e992ae258a..730556288f 100644 --- a/contracts/zero-ex/CHANGELOG.json +++ b/contracts/zero-ex/CHANGELOG.json @@ -1,11 +1,11 @@ [ { + "version": "0.39.2", "changes": [ { "note": "Uprgade dependencies" } - ], - "timestamp": 1680893079 + ] }, { "version": "0.39.1",