From bb854e17f80d201f23ec57bf1fdd5296f91ed1d2 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Tue, 13 Oct 2020 19:51:27 +0000 Subject: [PATCH] Version v8.1.1 --- CHANGELOG.md | 2 ++ app/manifest/_base.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b72ff11f..2855f756a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 8.1.1 Tue Oct 13 2020 + ## 8.1.0 Tue Oct 13 2020 - [#9565](https://github.com/MetaMask/metamask-extension/pull/9565): Ensure address book entries are shared between networks with the same chain ID - [#9552](https://github.com/MetaMask/metamask-extension/pull/9552): Fix `eth_signTypedData_v4` chain ID validation for non-default networks diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 77a564e82..09bb58e6d 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -68,6 +68,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.0", + "version": "8.1.1", "web_accessible_resources": ["inpage.js", "phishing.html"] }