diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-12-04 06:41:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 06:41:05 +0800 |
commit | 35670e926116b19e66931dace838d785adffac09 (patch) | |
tree | 786b66ff556bc30a7f6136ba130e889408dcebb4 | |
parent | 27ce494cf39b27da7992c9bc3c2424156bc000a3 (diff) | |
parent | a1528674bcc7c6579e0a44d666861f608e234437 (diff) | |
download | tangerine-wallet-browser-35670e926116b19e66931dace838d785adffac09.tar.gz tangerine-wallet-browser-35670e926116b19e66931dace838d785adffac09.tar.zst tangerine-wallet-browser-35670e926116b19e66931dace838d785adffac09.zip |
Merge pull request #5876 from MetaMask/Version-5.1.0v5.1.0
Version 5.1.0: East Bay Represent
-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 5f98745a9..f8c1937af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Current Develop Branch +## 5.1.0 Mon Dec 03 2018 + +- [#5860](https://github.com/MetaMask/metamask-extension/pull/5860): Fixed an infinite spinner bug. +- [#5875](https://github.com/MetaMask/metamask-extension/pull/5875): Update phishing warning copy +- [#5863](https://github.com/MetaMask/metamask-extension/pull/5863): bugfix: normalize contract addresss when fetching exchange rates +- [#5843](https://github.com/MetaMask/metamask-extension/pull/5843): Use selector for state.metamask.accounts in all cases. + ## 5.0.4 Thu Nov 29 2018 - [#5840](https://github.com/MetaMask/metamask-extension/pull/5840): transactions/tx-gas-utils - add the acctual response for eth_getCode for NO_CONTRACT_ERROR's && add a debug object to simulationFailed diff --git a/app/manifest.json b/app/manifest.json index a6d1d3534..07b3a3c48 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.0.4", + "version": "5.1.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |