From 296f390a1b49ef20ad1ab665c27fa2346c2a32fc Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Fri, 18 Oct 2024 12:27:41 -0500 Subject: [PATCH 1/2] Bump version number to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9602b1016..f5cae6b95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ldk-node" -version = "0.4.0" +version = "0.4.1" authors = ["Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0" From c5719605943b797126ad12ad351a9d708bec2cd7 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Fri, 18 Oct 2024 12:29:55 -0500 Subject: [PATCH 2/2] Update CHANGELOG for v0.4.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0003538..353d4744f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1 - Oct 18, 2024 + +Fixes a wallet syncing issue where full syncs were used instead of incremental syncs, and vice versa (#383). + # 0.4.0 - Oct 17, 2024 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.