diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-06-05 02:33:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 02:33:08 +0800 |
commit | 28e030a11d75df81e16f3ebf726bfc59fcee679e (patch) | |
tree | bbd890e0a6a1bd72d2560e734ce66ed42a294722 | |
parent | 24b874355a07aef7ffff048682150c1be7aba20f (diff) | |
parent | f9ce7485bd94ae5395961a925aa45b3b0de4b98a (diff) | |
download | tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar.gz tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar.bz2 tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar.lz tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar.xz tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.tar.zst tangerine-wallet-browser-28e030a11d75df81e16f3ebf726bfc59fcee679e.zip |
Merge pull request #6679 from MetaMask/Version-6.6.0v6.6.0
Version 6.6.0
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 875ad2bef..b96648380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Current Develop Branch +## 6.6.0 Mon Jun 03 2019 + +- [#6659](https://github.com/MetaMask/metamask-extension/pull/6659): Enable Ledger hardware wallet support on Firefox +- [#6671](https://github.com/MetaMask/metamask-extension/pull/6671): bugfix: reject enable promise on user rejection +- [#6625](https://github.com/MetaMask/metamask-extension/pull/6625): Ensures that transactions cannot be confirmed if gas limit is below 21000. +- [#6633](https://github.com/MetaMask/metamask-extension/pull/6633): Fix grammatical error in i18n endOfFlowMessage6 + ## 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 diff --git a/app/manifest.json b/app/manifest.json index 8471fffac..0dbd09b65 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.5.3", + "version": "6.6.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |