diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd35fbf..d643a67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # edge-exchange-plugins +## 0.16.11 (2022-12-08) +- TombSwap: Restrict token allowances to only what is needed for each smart contract call. + ## 0.16.10 (2022-12-06) - ChangeHero: Re-enable 'to' quotes diff --git a/package.json b/package.json index eebaaefb..b9755f75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-exchange-plugins", - "version": "0.16.10", + "version": "0.16.11", "description": "Exchange-rate sources for the Edge core", "repository": { "type": "git",