diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 71920def2..8db7a02e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 4.17.1 Saturday November 3 2018 + +- Revert chain ID lookup change which introduced a bug which caused problems when connecting to mainnet via Infura's RESTful API. + ## 4.17.0 Thursday November 1 2018 - Fix bug where data lookups like balances would get stale data (stopped block-tracker bug) diff --git a/app/manifest.json b/app/manifest.json index fc566311e..cab73d18a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.17.0", + "version": "4.17.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |