diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | app/manifest.json | 2 |
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", |