diff --git a/CHANGELOG.md b/CHANGELOG.md index 1822cffabb9..e27f98b3e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # edge-react-gui +## 2.11.1 (2022-02-15) + +- Fix activation-needed wallet creation flow +- Fix wallet picker token issue +- Fix transaction details fiat amount for custom tokens +- Fix BOO exchange rate + ## 2.11.0 (2022-02-14) - Add Solana (SOL) support diff --git a/package.json b/package.json index 081761a8e99..7e8eb30434c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-react-gui", - "version": "2.11.0", + "version": "2.11.1", "private": true, "description": "Edge Wallet React GUI", "homepage": "https://edge.app",