Skip to content

Commit e031651

Browse files
authored
Merge pull request #384 from jkczyz/2024-10-release-0.4.1
2 parents a9e6fba + c571960 commit e031651

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
@@ -1,3 +1,7 @@
1+
# 0.4.1 - Oct 18, 2024
2+
3+
Fixes a wallet syncing issue where full syncs were used instead of incremental syncs, and vice versa (#383).
4+
15
# 0.4.0 - Oct 17, 2024
26

37
Besides numerous API improvements and bugfixes this fourth minor release notably adds support for sourcing chain and fee rate data from a Bitcoin Core RPC backend, as well as experimental support for the [VSS] remote storage backend.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Elias Rohrer <dev@tnull.de>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)