aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenny Pollack <jennypollack3@gmail.com>2019-06-07 02:19:53 +0800
committerGitHub <noreply@github.com>2019-06-07 02:19:53 +0800
commitb27fdef5e47c48e18f2c2b2961b28153d8f68486 (patch)
tree379ba066d5f89da1dbf6af9820e8f7f401b2ebf5
parent1a45666bec9550b06c76d58beca63be7d5cdb448 (diff)
parent94efbfaa1c3953270feb67d598e0694bb7568174 (diff)
downloadtangerine-wallet-browser-b27fdef5e47c48e18f2c2b2961b28153d8f68486.tar.gz
tangerine-wallet-browser-b27fdef5e47c48e18f2c2b2961b28153d8f68486.tar.zst
tangerine-wallet-browser-b27fdef5e47c48e18f2c2b2961b28153d8f68486.zip
Merge pull request #6692 from MetaMask/Version-6.6.1
Version 6.6.1 RC1
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b96648380..d7f7baddf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Develop Branch
+## 6.6.1 Thu Jun 06 2019
+
+- [#6691](https://github.com/MetaMask/metamask-extension/pull/6691): Revert "Improve ENS Address Input" to fix bugs on input field on non-main networks.
+
## 6.6.0 Mon Jun 03 2019
- [#6659](https://github.com/MetaMask/metamask-extension/pull/6659): Enable Ledger hardware wallet support on Firefox
diff --git a/app/manifest.json b/app/manifest.json
index 0dbd09b65..6acb74082 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "6.6.0",
+ "version": "6.6.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",