diff options
Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into kumavis-patch-1
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9e2c930..cf555173a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,16 @@ ## Current Master - Temporarily disable extension reload detection causing infinite reload bug. -- Fix transaction forever cached-as-pending bug. +## 2.14.0 2016-12-16 + - Removed Morden testnet provider from provider menu. +- Add support for notices. +- Fix broken reload detection. +- Fix transaction forever cached-as-pending bug. ## 2.13.11 2016-11-23 - Add support for synchronous RPC method "eth_uninstallFilter". -- Add support for notices. -- Add support for working links. ## 2.13.10 2016-11-22 diff --git a/app/manifest.json b/app/manifest.json index 5cd80242f..f53c3b8b1 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.13.11", + "version": "2.14.0", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |