From 8df005153befe65cb605175254f37d7207acc9c5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 14 Sep 2016 15:51:50 -0700 Subject: Version 2.12.1 --- CHANGELOG.md | 4 +++- app/manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4438c3cc..63264622d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,17 @@ ## Current Master +## 2.12.1 2016-09-14 + - Fixed bug where if you send a transaction from within MetaMask extension the popup notification opens up. +- Fixed bug where some tx errors would block subsequent txs until the plugin was refreshed. ## 2.12.0 2016-09-14 - Add a QR button to the Account detail screen - Fixed bug where opening MetaMask could close a non-metamask popup. - Fixed memory leak that caused occasional crashes. -- Fixed bug where some tx errors would block subsequent txs until the plugin was refreshed. ## 2.11.1 2016-09-12 diff --git a/app/manifest.json b/app/manifest.json index fe4ecf4f0..daf9ef94a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.12.0", + "version": "2.12.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", -- cgit