From 51b736245b61486dbdd3b2ac72d23fa49b88c74d Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Wed, 13 Jan 2021 01:56:34 +0000 Subject: [PATCH 1/2] Version v9.0.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 88c299c7d..1b98760eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 9.0.1 Wed Jan 13 2021 + ## 9.0.0 Fri Jan 8 2021 - [#9156](https://github.com/MetaMask/metamask-extension/pull/9156): Remove window.web3 injection diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 5fef12ea1..6b6a4e2b0 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -78,6 +78,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "9.0.0", + "version": "9.0.1", "web_accessible_resources": ["inpage.js", "phishing.html"] } From e41f34bf372fb9787c456b80a8e5087db0b28f03 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 12 Jan 2021 22:45:45 -0330 Subject: [PATCH 2/2] Add changelog for v9.0.1 (#10182) All four changes were user-facing in this case. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b98760eb..e3ab9d3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Current Develop Branch ## 9.0.1 Wed Jan 13 2021 +- [#10169](https://github.com/MetaMask/metamask-extension/pull/10169): Improved detection of contract methods with array parameters +- [#10178](https://github.com/MetaMask/metamask-extension/pull/10178): Only warn of injected web3 usage once per page +- [#10179](https://github.com/MetaMask/metamask-extension/pull/10179): Restore support for @metamask/inpage provider@"< 8.0.0" +- [#10180](https://github.com/MetaMask/metamask-extension/pull/10180): Fix UI crash when domain metadata is missing on public encryption key confirmation page ## 9.0.0 Fri Jan 8 2021