diff --git a/CHANGELOG.md b/CHANGELOG.md index bb67408de..f75b35c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,22 @@ -# 0.14.1 (2022-05-xx) +# 0.14.1 (2022-05-07) ## Update -- [PoolDetail] Improve pool details view (loading behavior, error handling, caching data, latest `react-chartjs`) behavior [#2240](https://github.com/thorchain/asgardex-electron/pull/2240), [#2241](https://github.com/thorchain/asgardex-electron/pull/2241) +- [PoolDetail] Improve pool details view behavior (loading behavior, error handling, caching data) [#2240](https://github.com/thorchain/asgardex-electron/pull/2240), [#2241](https://github.com/thorchain/asgardex-electron/pull/2241) - [Swap] Change default slippage tolerance to 3% [#2237](https://github.com/thorchain/asgardex-electron/issues/2237) ## Fix -- White screen with Ledger Terra wallet connected (#2227)[https://github.com/thorchain/asgardex-electron/issues/2227] -- [Wallet] Locking wallet at Deposit or Withdraw failed (#2233)[https://github.com/thorchain/asgardex-electron/issues/2233] +- [Ledger] White screen with Ledger Terra wallet connected [#2227](https://github.com/thorchain/asgardex-electron/issues/2227) +- [Wallet] Locking wallet at Deposit or Withdraw failed [#2233](https://github.com/thorchain/asgardex-electron/issues/2233) - [e2e] Testcafe is failing [#750](https://github.com/thorchain/asgardex-electron/issues/750) - [Swap] Consider fees in swap limit [#2243](https://github.com/thorchain/asgardex-electron/pull/2242) -- [Swap] Recipient address lost [#2244](https://github.com/thorchain/asgardex-electron/issues/2244) +- [Swap] Recipient keystore address lost [#2244](https://github.com/thorchain/asgardex-electron/issues/2244) - [Swap] Recipient Ledger address lost [#2252](https://github.com/thorchain/asgardex-electron/issues/2252) ## Internal -- Update npm dependencies (04-25-2022) - (incl. Electron@18.x, React 18.x, latest xchain-\* etc.) [#2228](https://github.com/thorchain/asgardex-electron/issues/2228) +- Update `npm` dependencies (04-25-2022) - incl. Electron@18.x, React 18.x, latest xchain-\* etc. [#2228](https://github.com/thorchain/asgardex-electron/issues/2228) # 0.14.0 (2022-04-23) diff --git a/package.json b/package.json index fb64b5620..d8d17c9ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asgardex", "productName": "ASGARDEX", - "version": "0.14.0", + "version": "0.14.1", "description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN", "main": "index.js", "scripts": {