diff options
author | MetaMask Bot <37885440+metamaskbot@users.noreply.github.com> | 2019-09-04 03:06:27 +0800 |
---|---|---|
committer | Mark Stacey <markjstacey@gmail.com> | 2019-09-04 03:06:27 +0800 |
commit | d5b64090343a562359d4f0d92e5b8cc82fb44944 (patch) | |
tree | 3a96221a79246cd2f81316055a79936f92a5abf0 | |
parent | 2bab45744238543ede2dc470c1f8968560128631 (diff) | |
download | tangerine-wallet-browser-7.1.1.tar tangerine-wallet-browser-7.1.1.tar.gz tangerine-wallet-browser-7.1.1.tar.bz2 tangerine-wallet-browser-7.1.1.tar.lz tangerine-wallet-browser-7.1.1.tar.xz tangerine-wallet-browser-7.1.1.tar.zst tangerine-wallet-browser-7.1.1.zip |
Version v7.1.1 RC (#7071)v7.1.1
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 13790627d..f53a2fc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Develop Branch +## 7.1.1 Tue Aug 27 2019 +- [#7059](https://github.com/MetaMask/metamask-extension/pull/7059): Remove blockscale, replace with ethgasstation +- [#7037](https://github.com/MetaMask/metamask-extension/pull/7037): Remove Babel 6 from internal dependencies +- [#7093](https://github.com/MetaMask/metamask-extension/pull/7093): Allow dismissing privacy mode notification from popup + ## 7.1.0 Fri Aug 16 2019 - [#7035](https://github.com/MetaMask/metamask-extension/pull/7035): Filter non-ERC-20 assets during mobile sync (#7035) - [#7021](https://github.com/MetaMask/metamask-extension/pull/7021): Using translated string for end of flow messaging (#7021) diff --git a/app/manifest.json b/app/manifest.json index fdcbd0c1b..7deaf280b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.1.0", + "version": "7.1.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |