diff --git a/CHANGELOG.md b/CHANGELOG.md index b585b20d7..637c22b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 9.2.1 Thu Mar 25 2021 +- [#10692](https://github.com/MetaMask/metamask-extension/pull/10692): Prevent UI crash when a 'wallet_requestPermissions" confirmation is queued behind a "wallet_addEthereumChain" confirmation +- [#10712](https://github.com/MetaMask/metamask-extension/pull/10712): Fix infinite spinner when request for token symbol fails while attempting an approve transaction + ## 9.2.0 Tue Mar 09 2021 - [#10546](https://github.com/MetaMask/metamask-extension/pull/10546): Add a warning when sending a token to its own contract address - [#10563](https://github.com/MetaMask/metamask-extension/pull/10563): Update references to MetaMask support diff --git a/app/manifest/_base.json b/app/manifest/_base.json index d32f75c3f..0b7caade1 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -78,6 +78,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "9.2.0", + "version": "9.2.1", "web_accessible_resources": ["inpage.js", "phishing.html"] }