diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-10-12 00:56:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 00:56:42 +0800 |
commit | b44ea47066b775a20cb7053a3b5026c00e638b16 (patch) | |
tree | 9f0e7b75a82877cfa435390f433b23211b71f3b7 | |
parent | ba21606dfb15a5ce767f1225b32738a2ecdd80ee (diff) | |
parent | 837eb796e517d69f67094453695a5ca995da72a2 (diff) | |
download | tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar.gz tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar.bz2 tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar.lz tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar.xz tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.tar.zst tangerine-wallet-browser-b44ea47066b775a20cb7053a3b5026c00e638b16.zip |
Merge pull request #5505 from MetaMask/Version-4.14.0
Version 4.14.0
-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 aef455127..b68257143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Current Develop Branch +## 4.13.0 Thursday October 11 2018 + - Update transaction statuses when switching networks. - [#5470](https://github.com/MetaMask/metamask-extension/pull/5470) 100% coverage in French locale, fixed the procedure to verify proposed locale. +- Added rudimentary support for the subscription API to support web3 1.0 and Truffle's Drizzle. ## 4.12.0 Thursday September 27 2018 diff --git a/app/manifest.json b/app/manifest.json index 7c554f1ac..2729bd551 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.12.0", + "version": "4.13.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |