diff --git a/CHANGELOG.md b/CHANGELOG.md index a42139678..c2d1ff61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Current Develop Branch +## 8.1.2 Mon Oct 19 2020 +- [#9608](https://github.com/MetaMask/metamask-extension/pull/9608): Ensure QR code scanner works +- [#9624](https://github.com/MetaMask/metamask-extension/pull/9624): Help users avoid insufficient gas prices in swaps +- [#9614](https://github.com/MetaMask/metamask-extension/pull/9614): Update swaps network fee tooltip +- [#9623](https://github.com/MetaMask/metamask-extension/pull/9623): Prevent reducing the gas limit for swaps +- [#9630](https://github.com/MetaMask/metamask-extension/pull/9630): Fix UI crash when trying to render estimated time remaining of non-submitted transaction +- [#9633](https://github.com/MetaMask/metamask-extension/pull/9633): Update View Quote page to better represent the MetaMask fee + ## 8.1.1 Tue Oct 13 2020 - [#9586](https://github.com/MetaMask/metamask-extension/pull/9586): Prevent build quote crash when swapping from non-tracked token with balance (#9586) - [#9592](https://github.com/MetaMask/metamask-extension/pull/9592): Remove commitment to maintain a public metrics dashboard (#9592) diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 09bb58e6d..f32d4e9bb 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -68,6 +68,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.1", + "version": "8.1.2", "web_accessible_resources": ["inpage.js", "phishing.html"] }