From 366f45d461a869c417497570d137cdc36dd8f33d Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 10 May 2016 10:48:46 -0700 Subject: Version 1.8.0 --- CHANGELOG.md | 4 +++- app/manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0df0be73..e03bec32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Current Master +## 1.8.0 2016-05-10 + - Add support for calls to `eth.sign`. -- Moved account exporting within transitioning subview on the account detail view. +- Moved account exporting within subview of the account detail view. - Added buttons to the account export process. - Improved visual appearance of account detail transition where button heights would change. - Restored back button to account detail view. diff --git a/app/manifest.json b/app/manifest.json index 2990c3626..415fac20c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.7.0", + "version": "1.8.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { -- cgit