From 6965bc925613f0ec2256091c529d100cfca0d838 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 24 Jun 2026 20:06:04 +0000 Subject: [PATCH] Cut 0.1.11 --- CHANGELOG.md | 7 +++++++ lightning/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a79e005c81..a08e5329bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.11 - Jun 24, 2026 - "CI Matters" + +## Bug Fixes + * 0.1.10 broke the MSRV of the `lightning` crate, which now again compiles on + `rustc` 1.63 (#4737). + + # 0.1.10 - Jun 18, 2026 - "Loupe de Loupe" ## API Updates diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 0cb6230347d..a9e0ec172a6 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.1.10" +version = "0.1.11" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/"