From a4eadddd6b547263955f0d0b25de01af64b6d2bc Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 16 Nov 2016 16:00:32 -0800 Subject: Version 2.13.8 --- CHANGELOG.md | 5 ++++- app/manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970ebde80..5d75538f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog ## Current Master + +## 2.13.8 2016-11-16 + - Show a warning when a transaction fails during simulation. - Fix bug where 20% of gas estimate was not being added properly. -- Render error messages in our confirmation screen more gracefully. +- Render error messages in confirmation screen more gracefully. ## 2.13.7 2016-11-8 diff --git a/app/manifest.json b/app/manifest.json index a21809ce8..99149f91e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.13.7", + "version": "2.13.8", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", -- cgit