diff --git a/CHANGELOG.md b/CHANGELOG.md index 829396aba7..047b93a81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog -## vNext +## 5.4.0 ### Fixes +- Fixed logs download ([PR 3197](https://github.com/input-output-hk/daedalus/pull/3197)) +- Fixed hardware wallets transaction logic ([PR 3195](https://github.com/input-output-hk/daedalus/pull/3195)) - Make Windows installer check if previous Daedalus is running ([PR 3141](https://github.com/input-output-hk/daedalus/pull/3141)) - Fixed out-of-memory errors on https://ci.iog.io ([PR 3145](https://github.com/input-output-hk/daedalus/pull/3145)) diff --git a/package.json b/package.json index d2a1d58289..1452e4d2c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "daedalus", "productName": "Daedalus", - "version": "5.3.1", + "version": "5.4.0", "description": "Cryptocurrency Wallet", "main": "./dist/main/index.js", "scripts": {