From d953a75ce0c6024888b0fbf3ebd0c6b42f592ec5 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 22 Feb 2021 19:48:26 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ec173def..e002d6ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "electrs" -version = "0.8.7" +version = "0.8.8" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 56d21aff3..9e9027148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.8.7" +version = "0.8.8" 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 2177ea34e..872567fd1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,9 @@ +# 0.8.7 (22 Feb 2021) + +* Deprecate `--cookie` configuration (@Kixunil) +* Update dependencies (@Kixunil) +* Improve documentation (@Kixunil) + # 0.8.7 (15 Jan 2021) * Support signet (#239)