diff --git a/Cargo.lock b/Cargo.lock index 0baea8c..718e485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "electrs" -version = "0.10.10" +version = "0.11.0" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 9662d67..d37d6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.10" +version = "0.11.0" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d1c91e4..b961b73 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -# 0.11.0 (TBD) +# 0.11.0 (Nov 16 2025) * Update MSRV to 1.85 * Support Debian 13 (trixie) / Ubuntu 25.04 (plucky)