diff --git a/CHANGELOG.md b/CHANGELOG.md index f20abe56b..c126ab1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Current Develop Branch - [#7168](https://github.com/MetaMask/metamask-extension/pull/7168): Add fixes for German translations +## 7.2.2 Tue Sep 24 2019 +- [#7213](https://github.com/MetaMask/metamask-extension/pull/7213): Update minimum Firefox verison to 56.0 + ## 7.2.1 Tue Sep 17 2019 - [#7180](https://github.com/MetaMask/metamask-extension/pull/7180): Add `appName` message to each locale diff --git a/app/manifest.json b/app/manifest.json index e7551e436..ddca56dcf 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.2.1", + "version": "7.2.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",