Skip to content

Commit 7e73d49

Browse files
authored
Merge pull request #3204 from input-output-hk/merge-main-into-develop
Merge main into develop
2 parents 32b7bdd + 73177ce commit 7e73d49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## vNext
44

5+
## 5.4.0
6+
57
### Fixes
68

9+
- Fixed logs download ([PR 3197](https://github.com/input-output-hk/daedalus/pull/3197))
10+
- Fixed hardware wallets transaction logic ([PR 3195](https://github.com/input-output-hk/daedalus/pull/3195))
711
- Make Windows installer check if previous Daedalus is running ([PR 3141](https://github.com/input-output-hk/daedalus/pull/3141))
812
- Fixed out-of-memory errors on https://ci.iog.io ([PR 3145](https://github.com/input-output-hk/daedalus/pull/3145))
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "5.3.1",
4+
"version": "5.4.0",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)