From 93b9a01fd6efb08a49575c8d8b555f7b1417e39c Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 16 Sep 2020 17:24:02 -0230 Subject: [PATCH] Version v8.0.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 f4f649f0e..1c76b8d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 8.0.10 Wed Sep 16 2020 + ## 8.0.9 Wed Aug 19 2020 - [#9228](https://github.com/MetaMask/metamask-extension/pull/9228): Move transaction confirmation footer buttons to scrollable area - [#9256](https://github.com/MetaMask/metamask-extension/pull/9256): Handle non-String web3 property access diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 8c22e0e19..1c5903b86 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "8.0.9", + "version": "8.0.10", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",