From 5c49ce77bd52f5293541b6f2a13de24cbbbf811e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 30 Jan 2019 10:33:10 -0800 Subject: Version 5.3.3 RC1 --- CHANGELOG.md | 7 +++++++ app/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a34182e..de760c3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Current Develop Branch +## 5.3.3 Wed Jan 30 2019 + +- [#6006](https://github.com/MetaMask/metamask-extension/pull/6006): Update privacy notice +- [#6072](https://github.com/MetaMask/metamask-extension/pull/6072): Improved Spanish translations +- [#5854](https://github.com/MetaMask/metamask-extension/pull/5854): Add visual indicator when displaying a cached balance. +- [#6044](https://github.com/MetaMask/metamask-extension/pull/6044): Fix bug that interferred with using multiple custom networks. + ## 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 diff --git a/app/manifest.json b/app/manifest.json index 21a63c424..25eac6472 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.2", + "version": "5.3.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", -- cgit v1.2.3