aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-08-08 23:02:37 +0800
committerGitHub <noreply@github.com>2019-08-08 23:02:37 +0800
commit24e3970881a1153657cb48bd0a5a3878b9c8d8d8 (patch)
treeee6cf7a9d107a5da9126ec5cec3b7052e030032e
parent12e055a37c54c6fe12c1c02676041b8d29c753bd (diff)
parent9ac2720981c489a18359932b124fd869a2d2adb0 (diff)
downloadtangerine-wallet-browser-24e3970881a1153657cb48bd0a5a3878b9c8d8d8.tar.gz
tangerine-wallet-browser-24e3970881a1153657cb48bd0a5a3878b9c8d8d8.tar.zst
tangerine-wallet-browser-24e3970881a1153657cb48bd0a5a3878b9c8d8d8.zip
Merge pull request #6976 from MetaMask/Version-v7.0.1v7.0.1
Version v7.0.1 RC
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b96fab508..93dc1b0b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## Current Develop Branch
+## 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
+
## 7.0.0 Fri Aug 02 2019
- [#6828](https://github.com/MetaMask/metamask-extension/pull/6828): Capitalized speed up label to match rest of UI
- [#6874](https://github.com/MetaMask/metamask-extension/pull/6928): Allows skipping of seed phrase challenge during onboarding, and completing it at a later time
diff --git a/app/manifest.json b/app/manifest.json
index 1ca2215eb..f8c150281 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "7.0.0",
+ "version": "7.0.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",