diff --git a/CHANGELOG.md b/CHANGELOG.md index 420f48c..4d0b0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.0-alpha.5 - Sept. 10, 2024 +This is the sixth alpha release of `lightning-liquidity`. It is a simple +maintenance release bumping the LDK dependency to v0.0.124. + +**Note:** This release is still considered experimental, should not be run in +production, and no compatibility guarantees are given until the release of 0.1.0. + # 0.1.0-alpha.4 - May 13, 2024 This is the fifth alpha release of `lightning-liquidity`. It is a simple maintenance release bumping the LDK dependency to v0.0.123. diff --git a/Cargo.toml b/Cargo.toml index 832247c..95c20b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-liquidity" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" authors = ["John Cantrell ", "Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"