From 64960b665434b68e85597b215b59e4fcdd500048 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 13 May 2024 10:27:29 +0200 Subject: [PATCH] Cut v0.1-alpha.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3c331..420f48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 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. + +**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.3 - Apr. 22, 2024 This is the forth alpha release of `lightning-liquidity`. It features a number of bug fixes and performance improvements over the previous release. diff --git a/Cargo.toml b/Cargo.toml index e1e2fee..2eb2e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-liquidity" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" authors = ["John Cantrell ", "Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"