From 0e3eff1485b5fcb4534d47a266229ef05e08c06a Mon Sep 17 00:00:00 2001 From: bravedevrabbit Date: Tue, 22 Jun 2021 14:32:18 +0200 Subject: [PATCH] Prepare `v0.3.5` (#1564) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ee969a..113b3c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.3.5 (2021-06-22) + +## Feature + +- Show QRCode on AssetsOverview + Settings [#1554](https://github.com/thorchain/asgardex-electron/pull/1554) + +## Fix + +- [UI] Fix misc. UI issues [#1552](https://github.com/thorchain/asgardex-electron/issues/1552) +- [Swap] Fix min. amount to swap [#1558](https://github.com/thorchain/asgardex-electron/pull/1558) +- [PoolDetail] Disable SWAP button for pending pools" [#1560](https://github.com/thorchain/asgardex-electron/pull/1560) +- [Wallet] Validation of phrase not triggered [#1561](https://github.com/thorchain/asgardex-electron/pull/1561) +- [Wallet] Fix THORChain tx history #1563 [#1561](https://github.com/thorchain/asgardex-electron/pull/1561) + # 0.3.4 (2021-06-14) ## Update diff --git a/package.json b/package.json index 1bb39601..8c666519 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asgardex", "productName": "ASGARDEX", - "version": "0.3.4", + "version": "0.3.5", "description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN", "main": "index.js", "scripts": {