diff --git a/CHANGELOG.md b/CHANGELOG.md index c126ab1d5..8827948f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Current Develop Branch - [#7168](https://github.com/MetaMask/metamask-extension/pull/7168): Add fixes for German translations +## 7.2.3 Fri Oct 04 2019 +- [#7252](https://github.com/MetaMask/metamask-extension/pull/7252): Fix gas limit when sending tx without data to a contract +- [#7260](https://github.com/MetaMask/metamask-extension/pull/7260): Do not transate on seed phrases + ## 7.2.2 Tue Sep 24 2019 - [#7213](https://github.com/MetaMask/metamask-extension/pull/7213): Update minimum Firefox verison to 56.0 diff --git a/app/manifest.json b/app/manifest.json index ddca56dcf..3ac06140c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.2.2", + "version": "7.2.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",