From ff292dcb7083053297ec99b445d6f65eb921109f Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 12 Feb 2019 13:03:40 -0330 Subject: [PATCH] Version 6.0.1 (#6141) --- CHANGELOG.md | 8 ++++++++ app/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964b698ea..a5b6c05fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Current Develop Branch +## 6.0.1 Tue Feb 12 2019 + +- [#6139](https://github.com/MetaMask/metamask-extension/pull/6139) Fix advanced gas controls on the confirm screen +- [#6134](https://github.com/MetaMask/metamask-extension/pull/6134) Trim whitespace from seed phrase during import +- [#6119](https://github.com/MetaMask/metamask-extension/pull/6119) Update Italian translation +- [#6125](https://github.com/MetaMask/metamask-extension/pull/6125) Improved Traditional Chinese translation + + ## 6.0.0 Thu Feb 07 2019 - [#6082](https://github.com/MetaMask/metamask-extension/pull/6082): Migrate all users to the new UI diff --git a/app/manifest.json b/app/manifest.json index 120223aca..77dcc1412 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.0.0", + "version": "6.0.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",