aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
2 files changed, 5 insertions, 1 deletions
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__",