diff --git a/CHANGELOG.md b/CHANGELOG.md index 088caecb7..fc20d601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 9.1.1 Wed Mar 03 2021 +- [#10560](https://github.com/MetaMask/metamask-extension/pull/10560): Fix ENS resolution related crashes when switching networks on send screen +- [#10561](https://github.com/MetaMask/metamask-extension/pull/10561): Fix crash when speeding up an attempt to cancel a transaction on custom networks + ## 9.1.0 Mon Mar 01 2021 - [#10265](https://github.com/MetaMask/metamask-extension/pull/10265): Update Japanese translations. - [#9388](https://github.com/MetaMask/metamask-extension/pull/9388): Update Chinese(Simplified) translations. diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 2e0a5d625..8c04191bb 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -78,6 +78,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "9.1.0", + "version": "9.1.1", "web_accessible_resources": ["inpage.js", "phishing.html"] }