diff --git a/CHANGELOG.md b/CHANGELOG.md index 58249d671..54e0ec71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.2.0 Fri Nov 13 2020 + - [#427](https://github.com/poanetwork/nifty-wallet/pull/427) - Fix support of eth_signTypedData_v4 (eip-712) - [#426](https://github.com/poanetwork/nifty-wallet/pull/426) - Update inpage provider: add ethereum.request method support - [#411](https://github.com/poanetwork/nifty-wallet/pull/411) - GitHub actions CI diff --git a/app/manifest.json b/app/manifest.json index b860da54d..8bb3d8e85 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.1.6", + "version": "5.2.0", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",