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 0e705adef..d25ee284a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Current Master +## 2.10.1 2016-09-02 + - Fix bug where provider menu did not allow switching to custom network from a custom network. - Sending a transaction from within MetaMask no longer triggers a popup. +- Fix Ethereum JSON RPC Filters bug. ## 2.10.0 2016-08-29 diff --git a/app/manifest.json b/app/manifest.json index 5444007fa..7d23e7d31 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.10.0", + "version": "2.10.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |