diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-01-29 03:14:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 03:14:32 +0800 |
commit | 98d5b4d63217094db9dfc535d0baaed7f8ab0520 (patch) | |
tree | dbec44fc35cb35bfe0e6fc413c2a91ac7140af68 | |
parent | ab9c20db5b76fef2bc1add5a2ed31c2fb8ac78b2 (diff) | |
download | tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar.gz tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar.bz2 tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar.lz tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar.xz tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.tar.zst tangerine-wallet-browser-98d5b4d63217094db9dfc535d0baaed7f8ab0520.zip |
Version 5.3.2 RC1 (#6069)
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e2b8a87..b8a34182e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Current Develop Branch +## 5.3.2 Mon Jan 28 2019 + +- [#6021](https://github.com/MetaMask/metamask-extension/pull/6021): Order shapeshift transactions by time within the transactions list +- [#6052](https://github.com/MetaMask/metamask-extension/pull/6052): Add and use cached method signatures to reduce provider requests +- [#6048](https://github.com/MetaMask/metamask-extension/pull/6048): Refactor BalanceComponent to jsx +- [#6026](https://github.com/MetaMask/metamask-extension/pull/6026): Prevent invalid chainIds when adding custom rpcs +- [#6029](https://github.com/MetaMask/metamask-extension/pull/6029): Fix grammar error in Current Conversion +- [#6024](https://github.com/MetaMask/metamask-extension/pull/6024): Disable account dropdown on signing screens + ## 5.3.1 Wed Jan 16 2019 - [#5966](https://github.com/MetaMask/metamask-extension/pull/5966): Update Slovenian translation diff --git a/app/manifest.json b/app/manifest.json index c3e42dd4d..21a63c424 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.1", + "version": "5.3.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |