From 2c9bbb4522273e497c0edeee5140bace076a0e36 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 10 Sep 2024 10:35:39 +0200 Subject: [PATCH] Cut v0.1.0-alpha.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"