From a8d1cdb7ee00317590df46011a10833eb8bc9399 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Fri, 18 Dec 2020 21:14:30 +0000 Subject: [PATCH] Version v8.1.10 --- CHANGELOG.md | 2 ++ app/manifest/_base.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3180c5d45..7d66c602e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 8.1.10 Fri Dec 18 2020 + ## 8.1.9 Tue Dec 15 2020 - [#10034](https://github.com/MetaMask/metamask-extension/pull/10034): Fix contentscript injection failure on Firefox 56 - [#10045](https://github.com/MetaMask/metamask-extension/pull/10045): Fix token validation in Send flow diff --git a/app/manifest/_base.json b/app/manifest/_base.json index a672da592..2a8ede39c 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -78,6 +78,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.9", + "version": "8.1.10", "web_accessible_resources": ["inpage.js", "phishing.html"] }