diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0b0c2..b3897ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.0-alpha.6 - Oct. 15, 2024 +This is the seventh alpha release of `lightning-liquidity`. It is a simple +maintenance release bumping the LDK dependency to v0.0.125. + +**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.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. diff --git a/Cargo.toml b/Cargo.toml index a2dc9bf..9b273f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-liquidity" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" authors = ["John Cantrell ", "Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"