diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d1ff61c..368357a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 8.1.3 Mon Oct 26 2020 + ## 8.1.2 Mon Oct 19 2020 - [#9608](https://github.com/MetaMask/metamask-extension/pull/9608): Ensure QR code scanner works - [#9624](https://github.com/MetaMask/metamask-extension/pull/9624): Help users avoid insufficient gas prices in swaps diff --git a/app/manifest/_base.json b/app/manifest/_base.json index f32d4e9bb..499b2893b 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -68,6 +68,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.2", + "version": "8.1.3", "web_accessible_resources": ["inpage.js", "phishing.html"] }