diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5ca37a1..b1921c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Master +## 3.9.5 2017-8-04 + +- Improved phishing detection configuration update rate + ## 3.9.4 2017-8-03 - Fixed bug that prevented transactions from being rejected. diff --git a/app/manifest.json b/app/manifest.json index d5e1937fa..3b9194eb9 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.4", + "version": "3.9.5", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",