diff --git a/Cargo.lock b/Cargo.lock index df5339ce3..faac94873 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "electrs" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index c20a19fde..91be8bd62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.9.4" +version = "0.9.5" 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 cdeaa4f50..fa6e95802 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -# 0.9.5 (TBD) +# 0.9.5 (Feb 4 2022) * Update dependencies (`serde-json`, `serde`, `tempfile`, `crossbeam-channel`) * Fix `txid` index collision handling (#653)