diff --git a/README.md b/README.md index 9b9c82049c..1e173dd472 100644 --- a/README.md +++ b/README.md @@ -478,3 +478,19 @@ Those contracts (except Ethereum-specific WALLET, xWALLET and SupplyController) ### v0.7.1 - WALLETSupplyController: include the staking pool in the leaf hash + +### v0.7.2 +- fix / confirm unknown address checkbox location +- change / socket to return short token lists +- update / ambire.common - v0.22.29 +- fix / opensea warnings on sign message +- fix / added filter to privilegesList + +### v0.7.3 +- fix / check if tokens or NFTs are about to be sent to a known smart contract address +- fix / submit sign form on enter +- fix / always add the latest gas tank commitment + +### v0.7.4 +- update / ambire.common - v1.0.1 +- bug / walletConnect two sources of truth for connections (localStorage and WC) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 100ae71c1e..2e0d6f08a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ambire-wallet", - "version": "0.7.1", + "version": "0.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ambire-wallet", - "version": "0.7.1", + "version": "0.7.4", "hasInstallScript": true, "dependencies": { "@0x/subproviders": "^6.6.5", diff --git a/package.json b/package.json index 6104475fd4..3269824c8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ambire-wallet", - "version": "0.7.1", + "version": "0.7.4", "private": true, "homepage": "./", "dependencies": {