From fb6f50b0ea2744c1e87b5819dfdabeb8a7ba4af9 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 2 Oct 2019 15:42:58 +0000 Subject: [PATCH] bump version to 0.21.0 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8936887c..eb0768ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# 0.20.0 + +# 0.21.0 - 2019-10-02 + +* Add [serde to `BlockHeader` and `Block`](https://github.com/rust-bitcoin/rust-bitcoin/pull/321) +* [Clean up `StreamReader` API](https://github.com/rust-bitcoin/rust-bitcoin/pull/318) (breaking change) +* Add [reject message](https://github.com/rust-bitcoin/rust-bitcoin/pull/323) to p2p messages + +# 0.20.0 - 2019-08-23 * Update `secp256k1` 0.15 and `bitcoinconsensus` 0.17 diff --git a/Cargo.toml b/Cargo.toml index e1aab80d..a951195a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.20.0" +version = "0.21.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"