From 75a737b69a850ccf6fc946a009a2bbc868240792 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 12 Dec 2018 18:48:50 -0800 Subject: Version 5.2.2 RC1 --- CHANGELOG.md | 6 ++++++ app/manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a4321b3..7fc182db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Current Develop Branch +## 5.2.2 Wed Dec 12 2018 + +- [#5925](https://github.com/MetaMask/metamask-extension/pull/5925): Fix speed up button not showing for transactions with the lowest nonce +- [#5923](https://github.com/MetaMask/metamask-extension/pull/5923): Update the Phishing Warning notice text to not use inline URLs +- [#5919](https://github.com/MetaMask/metamask-extension/pull/5919): Fix some styling and translations in the gas customization modal + ## 5.2.1 Wed Dec 12 2018 - [#5917] bugfix: Ensures that advanced tab gas limit reflects tx gas limit diff --git a/app/manifest.json b/app/manifest.json index 047a1db43..4f4598a18 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.2.1", + "version": "5.2.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", -- cgit v1.2.3