From e564ed8d4cfeceb2caf769302a3c34d4b11c7485 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Sat, 21 Oct 2017 15:40:57 -0700 Subject: [PATCH] Version 3.11.2 --- CHANGELOG.md | 5 +++++ app/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbc2e3be..f0b0c0498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Master +## 3.11.2 2017-10-21 + +- Fix bug where reject button would sometimes not work. +- Fixed bug where sometimes MetaMask's connection to a page would be unreliable. + ## 3.11.1 2017-10-20 - Fix bug where log filters were not populated correctly diff --git a/app/manifest.json b/app/manifest.json index c30d90dfa..eb499390a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.11.1", + "version": "3.11.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",