diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 267c13da7..4b863578e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Current Master +## 1.8.2 2016-05-11 + - Fixed bug where send view would not load correctly the first time it was visited per account. - Migrated all users to new scalable backend. +- Fixed `eth_syncing` method response. ## 1.8.1 2016-05-10 diff --git a/app/manifest.json b/app/manifest.json index ea4535027..9288c3503 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.8.1", + "version": "1.8.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { |