We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e836eb + 55fa18c commit 2561d37Copy full SHA for 2561d37
CHANGELOG.md
@@ -12,6 +12,12 @@
12
- Updated cardano-node to 8.9.2 (via cardano-wallet) ([PR 3176](https://github.com/input-output-hk/daedalus/pull/3176))
13
- Updated cardano-node to 8.9.1 (via cardano-wallet) ([PR 3152](https://github.com/input-output-hk/daedalus/pull/3152))
14
15
+## 5.3.1
16
+
17
+### Fixes
18
19
+- Update `cardano-node` from 1.35.4 to 1.35.5 to mitigate a ledger bug
20
21
## 5.3.0
22
23
### Features
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "daedalus",
3
"productName": "Daedalus",
4
- "version": "5.3.0",
+ "version": "5.3.1",
5
"description": "Cryptocurrency Wallet",
6
"main": "./dist/main/index.js",
7
"scripts": {
0 commit comments