diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e86a996..a716a51ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Current Develop Branch +## 8.1.6 Wed Dec 02 2020 +- [#9916](https://github.com/MetaMask/metamask-extension/pull/9916): Fix QR code scans interpretting payment requests as token addresses +- [#9847](https://github.com/MetaMask/metamask-extension/pull/9847): Add alt text for images in list items +- [#9960](https://github.com/MetaMask/metamask-extension/pull/9960): Ensure watchAsset returns errors for invalid token symbols +- [#9968](https://github.com/MetaMask/metamask-extension/pull/9968): Adds tokens from v1.19.0 of metamask/contract-metadata to add token lists +- [#9970](https://github.com/MetaMask/metamask-extension/pull/9970): Etherscan links support Goerli network +- [#9899](https://github.com/MetaMask/metamask-extension/pull/9899): Show price impact warnings on swaps quote screen +- [#9867](https://github.com/MetaMask/metamask-extension/pull/9867): Replace use of ethgasstation +- [#9984](https://github.com/MetaMask/metamask-extension/pull/9984): Show correct gas estimates when users don't have sufficient balance for contract transaction +- [#9993](https://github.com/MetaMask/metamask-extension/pull/9993): Add 48x48 MetaMask icon for use by browsers + ## 8.1.5 Wed Nov 18 2020 - [#9871](https://github.com/MetaMask/metamask-extension/pull/9871): Show send text upon hover in main asset list - [#9855](https://github.com/MetaMask/metamask-extension/pull/9855): Make edit icon and account name in account details modal focusable diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 53948ce89..e27c3285f 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -71,6 +71,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.5", + "version": "8.1.6", "web_accessible_resources": ["inpage.js", "phishing.html"] }