From 5063446f934d3003cc659c9eb8dff21430a78455 Mon Sep 17 00:00:00 2001 From: Noah Khamliche Date: Wed, 1 Sep 2021 12:03:07 -0400 Subject: [PATCH] feat: Added FundRecoveryFeature to CHANGELOG.json --- contracts/utils/CHANGELOG.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index a9c1a7545e..610f4cc486 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,10 +1,10 @@ [ { - "timestamp": 1630459879, - "version": "4.7.18", - "changes": [ + "version": "4.8.0", + "changes":[ { - "note": "Dependencies updated" + "note" : "Added FundRecoveryFeature to the 0x EP", + "pr" : 306 } ] },