aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-08-22 05:19:05 +0800
committerGitHub <noreply@github.com>2019-08-22 05:19:05 +0800
commit732e76a3cbfe62da5217f93b59b269a478555b72 (patch)
tree2be473b30712ad15c03886e032e88d79fadd5a97
parent35c29c732d87707130b23e64f56821739289dada (diff)
parente5231eed3d15531281d8f01f4178349f462d48f6 (diff)
downloadtangerine-wallet-browser-7.1.0.tar
tangerine-wallet-browser-7.1.0.tar.gz
tangerine-wallet-browser-7.1.0.tar.bz2
tangerine-wallet-browser-7.1.0.tar.lz
tangerine-wallet-browser-7.1.0.tar.xz
tangerine-wallet-browser-7.1.0.tar.zst
tangerine-wallet-browser-7.1.0.zip
Merge pull request #7029 from MetaMask/Version-v7.1.0v7.1.0
Version v7.1.0 RC
-rw-r--r--CHANGELOG.md13
-rw-r--r--app/manifest.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93dc1b0b6..13790627d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
## Current Develop Branch
+## 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)
+- [#7018](https://github.com/MetaMask/metamask-extension/pull/7018): Rename Contacts List settings tab to Contacts (#7018)
+- [#7013](https://github.com/MetaMask/metamask-extension/pull/7013): Connections settings tab (#7013)
+- [#6996](https://github.com/MetaMask/metamask-extension/pull/6996): Fetch & display received transactions (#6996)
+- [#6991](https://github.com/MetaMask/metamask-extension/pull/6991): Remove reload from Share Address button (#6991)
+- [#6978](https://github.com/MetaMask/metamask-extension/pull/6978): Address book fixes (#6978)
+- [#6944](https://github.com/MetaMask/metamask-extension/pull/6944): Show recipient alias in confirm header if exists (#6944)
+- [#6930](https://github.com/MetaMask/metamask-extension/pull/6930): Add support for eth_signTypedData_v4 (#6930)
+- [#7046](https://github.com/MetaMask/metamask-extension/pull/7046): Update Italian translation (#7046)
+- [#7047](https://github.com/MetaMask/metamask-extension/pull/7047): Add warning about reload on network change
+
## 7.0.1 Thu Aug 08 2019
- [#6975](https://github.com/MetaMask/metamask-extension/pull/6975): Ensure seed phrase backup notification only shows up for new users
diff --git a/app/manifest.json b/app/manifest.json
index f8c150281..fdcbd0c1b 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "7.0.1",
+ "version": "7.1.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",