diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f60149e..0e5ea5991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Current Develop Branch + +## 8.1.4 Tue Nov 10 2020 - [#9612](https://github.com/MetaMask/metamask-extension/pull/9612): Update main-quote-summary designs/styles ## 8.1.3 Mon Oct 26 2020 diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 1a7fb8f44..a83ba5dff 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -64,6 +64,6 @@ "notifications" ], "short_name": "__MSG_appName__", - "version": "8.1.3", + "version": "8.1.4", "web_accessible_resources": ["inpage.js", "phishing.html"] }