aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-11-23 08:10:50 +0800
committerGitHub <noreply@github.com>2016-11-23 08:10:50 +0800
commit93bbe2c60d36bfda3cd1a3a510382724be640480 (patch)
tree9cf9607faa5e96401feda7c04f070b9c107c2d89
parent785fef3449e1377c3a6dd7b17e60fda765cd5156 (diff)
parentd9f8a8f9b2643da962b6baa951bd58f349f96ea3 (diff)
downloadtangerine-wallet-browser-93bbe2c60d36bfda3cd1a3a510382724be640480.tar.gz
tangerine-wallet-browser-93bbe2c60d36bfda3cd1a3a510382724be640480.tar.zst
tangerine-wallet-browser-93bbe2c60d36bfda3cd1a3a510382724be640480.zip
Merge pull request #876 from MetaMask/Version-2.13.10
Version 2.13.10
-rw-r--r--CHANGELOG.md8
-rw-r--r--app/manifest.json2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb7c8a942..53ec23089 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
# Changelog
## Current Master
-- Ropsten networks now properly point to the faucet when attempting to buy ether.
-- Make Ropsten transactions link to etherscan correctly.
+## 2.13.10 2016-11-22
+
+- Improve gas calculation logic.
+- Default to Dapp-specified gas limits for transactions.
+- Ropsten networks now properly point to the faucet when attempting to buy ether.
+- Ropsten transactions now link to etherscan correctly.
## 2.13.9 2016-11-21
diff --git a/app/manifest.json b/app/manifest.json
index d0afcc297..b9d3735ad 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "2.13.9",
+ "version": "2.13.10",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",