diff --git a/CHANGELOG.md b/CHANGELOG.md index 707556076..82a65a8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.1.1 Mon Jun 15 2020 + - [#393](https://github.com/poanetwork/nifty-wallet/pull/393) - (Feature) "Send all" option for tokens transfer - [#391](https://github.com/poanetwork/nifty-wallet/pull/391) - (Feature) Gas price oracles npm package integration - [#389](https://github.com/poanetwork/nifty-wallet/pull/389) - (Feature) Support 24 words mnemonic phrase diff --git a/app/manifest.json b/app/manifest.json index d496f9a81..e171e0183 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.1.0", + "version": "5.1.1", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",