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.
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 <dev@tnull.de>"]
 homepage = "https://lightningdevkit.org/"
 license = "MIT OR Apache-2.0"