From 05346ec3c343a3c7116c2989c623128739d658e0 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 8 Mar 2017 13:38:55 -0800 Subject: Version 3.4.0 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf03cf41e..c0ba9b0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Current Master +## 3.4.0 2017-3-8 - Add two most recently used custom RPCs to network dropdown menu. - Add personal_sign method support. +- Add personal_ecRecover method support. - Add ability to customize gas and gasPrice on the transaction approval screen. - Increase default gas buffer to 1.5x estimated gas value. diff --git a/app/manifest.json b/app/manifest.json index f8a08363b..910a5701e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.3.0", + "version": "3.4.0", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", -- cgit