aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-05-17 02:27:37 +0800
committerGitHub <noreply@github.com>2019-05-17 02:27:37 +0800
commitb27a4d2b4ef8b55987d2fa64421304a256811414 (patch)
tree566e35eec3c83f375235fd1dcca8ad6d674d494e
parente880e2790f23d0608367dceba72549a0242b8e28 (diff)
parent8bd27f50b05541e15aa9e811a435d7f1d0539a55 (diff)
downloadtangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar.gz
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar.bz2
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar.lz
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar.xz
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.tar.zst
tangerine-wallet-browser-b27a4d2b4ef8b55987d2fa64421304a256811414.zip
Merge pull request #6621 from MetaMask/Version-6.5.3
Version 6.5.3 RC1
-rw-r--r--CHANGELOG.md7
-rw-r--r--app/manifest.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 129af1281..875ad2bef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
## Current Develop Branch
+## 6.5.3 Thu May 16 2019
+
+- [#6619](https://github.com/MetaMask/metamask-extension/pull/6619): bugfix: show extension window if locked regardless of approval
+- [#6388](https://github.com/MetaMask/metamask-extension/pull/6388): Transactions/pending - check nonce against the network and mark as dropped if not included in a block
+- [#6606](https://github.com/MetaMask/metamask-extension/pull/6606): Improve ENS Address Input
+- [#6615](https://github.com/MetaMask/metamask-extension/pull/6615): Adds e2e test for removing imported accounts.
+
## 6.5.2 Wed May 15 2019
- [#6613](https://github.com/MetaMask/metamask-extension/pull/6613): Hardware Wallet Fix
diff --git a/app/manifest.json b/app/manifest.json
index 2002dee76..8471fffac 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "6.5.2",
+ "version": "6.5.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",