diff --git a/CHANGELOG.md b/CHANGELOG.md index 359eaa009..2c3439235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 9.0.3 Fri Jan 22 2021 +- [#10243](https://github.com/MetaMask/metamask-extension/pull/10243): Fix site metadata handling +- [#10252](https://github.com/MetaMask/metamask-extension/pull/10252): Fix decrypt message confirmation UI crash + ## 9.0.2 Wed Jan 20 2021 - [#10191](https://github.com/MetaMask/metamask-extension/pull/10191): zh_TW: 乙太 -> 以太 (#10191) diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 89b75c0af..f299aebb2 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -78,6 +78,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "9.0.2", + "version": "9.0.3", "web_accessible_resources": ["inpage.js", "phishing.html"] }