diff --git a/CHANGELOG.md b/CHANGELOG.md index 51bea159c..e98ce3758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Master +## 3.1.1 2017-1-20 + +- Fix HD wallet seed export + ## 3.1.0 2017-1-18 - Add ability to import accounts by private key. diff --git a/app/manifest.json b/app/manifest.json index 2f1ae9b25..c34b17e72 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.1.0", + "version": "3.1.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension",