aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-07-27 05:28:09 +0800
committerGitHub <noreply@github.com>2017-07-27 05:28:09 +0800
commit520cda0058849778461cf6b9682980068149c120 (patch)
treec26bbf9fc210a568af1bdffd68062f5a832f6c58
parentf23efec3e3d9f42484f633ba0444db350875f898 (diff)
parentb50c10f373c30642e083fb87724fc5db2ffff1e9 (diff)
downloadtangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar.gz
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar.bz2
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar.lz
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar.xz
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.tar.zst
tangerine-wallet-browser-520cda0058849778461cf6b9682980068149c120.zip
Merge pull request #1834 from MetaMask/Version-3.9.2
Version 3.9.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeeda9d68..c5f727586 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## Current Master
+## 3.9.2 2017-7-26
+
+- Fix bugs that could sometimes result in failed transactions after switching networks.
- Include stack traces in txMeta's to better understand the life cycle of transactions
## 3.9.1 2017-7-19
diff --git a/app/manifest.json b/app/manifest.json
index eadd99590..55e1eb5b1 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.9.1",
+ "version": "3.9.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",