diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de2902cc..76bc1c865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -# 0.15.2 (2022-xx-xx) +# 0.15.2 (2022-06-06) ## Add - Add search option for pools [#2275](https://github.com/thorchain/asgardex-electron/pull/2275) - [PoolsOverview] Watch / unwatch pools [#2276](https://github.com/thorchain/asgardex-electron/pull/2276) + [PoolsOverview] Watch / unwatch pools [#2276](https://github.com/thorchain/asgardex-electron/pull/2276), [#2277](https://github.com/thorchain/asgardex-electron/pull/2277) [PoolDetail] Watch / unwatch pool [#2278](https://github.com/thorchain/asgardex-electron/pull/2276) [Settings] Make settings collapsable [#2281](https://github.com/thorchain/asgardex-electron/pull/2281) - [Settings] Filter acconts + [Settings] Filter accounts [#2282](https://github.com/thorchain/asgardex-electron/pull/2282) ## Update @@ -14,7 +14,11 @@ ## Fix -- [Pools] ERC20 filter includes BNB.ETH [#2273](https://github.com/thorchain/asgardex-electron/issues/2273) +- [Pools] `ERC20` filter includes `BNB.ETH` [#2273](https://github.com/thorchain/asgardex-electron/issues/2273) + +## Internal + +- Update npm dependencies (incl. latest Electron v19.0.3) [#2283](https://github.com/thorchain/asgardex-electron/issues/2283) # 0.15.1 (2022-05-29) diff --git a/package.json b/package.json index 5f13d87f2..3b8fe3f96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asgardex", "productName": "ASGARDEX", - "version": "0.15.1", + "version": "0.15.2", "description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN", "main": "index.js", "scripts": {