aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-02-16 06:23:22 +0800
committerDan Finlay <dan@danfinlay.com>2018-02-16 06:23:22 +0800
commit71be537f1cdfe7df41e350f6720c12f5a7bb9b2d (patch)
tree6f0afed6a8acc1a147b79c23f3359a188c75c7ba
parenta4a56b239f67e9976d85cbe14bdcfe0df53e298b (diff)
downloadtangerine-wallet-browser-71be537f1cdfe7df41e350f6720c12f5a7bb9b2d.tar.gz
tangerine-wallet-browser-71be537f1cdfe7df41e350f6720c12f5a7bb9b2d.tar.zst
tangerine-wallet-browser-71be537f1cdfe7df41e350f6720c12f5a7bb9b2d.zip
Version 3.14.2v3.14.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 595bc00e6..fae2e0800 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,10 @@
## Current Master
+## 3.14.2 2018-2-15
+
- Fix bug where log subscriptions would break when switching network.
+- Fix bug where storage values were cached across blocks.
- Add MetaMask light client [testing container](https://github.com/MetaMask/mesh-testing)
## 3.14.1 2018-2-1
diff --git a/app/manifest.json b/app/manifest.json
index a0bb5acf6..3a80cc4fc 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.14.1",
+ "version": "3.14.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",