From ea5eb855e874edfad1824febe8a2180d694b5a99 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Wed, 12 Dec 2018 13:32:42 -0330 Subject: Version 5.2.1 RC1 (#5918) --- CHANGELOG.md | 4 ++++ app/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7d586cd..06a4321b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 5.2.1 Wed Dec 12 2018 + +- [#5917] bugfix: Ensures that advanced tab gas limit reflects tx gas limit + ## 5.2.0 Mon Dec 11 2018 - [#5704] Implements new gas customization features for sending, confirming and speeding up transactions diff --git a/app/manifest.json b/app/manifest.json index 8d4e738a6..047a1db43 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.2.0", + "version": "5.2.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", -- cgit