diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a62ef00aa..126c0c0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ ## Current Master -- Add a back button and and functionality to unlock screen so -that you can recover your vault from seed or create a new one -if you forget your password. +## 2.10.0 2016-08-29 + - Changed transaction approval from notifications system to popup system. +- Add a back button to locked screen to allow restoring vault from seed words when password is forgotten. - Forms now retain their values even when closing the popup and reopening it. +- Fixed a spelling error in provider menu. ## 2.9.2 2016-08-24 diff --git a/app/manifest.json b/app/manifest.json index e5e08c4b6..32b7d189e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.9.2", + "version": "2.10.0", "manifest_version": 2, "description": "Ethereum Browser Extension", "commands": { |