From d5c120059020bf8031a00b8fe0f0d7f55f3892a7 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 4 Mar 2019 17:51:38 +0000 Subject: [PATCH] bump version to 0.17.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25032ee9..e4c75a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 0.17.1 - 2019-03-04 + +* Add some trait impls to `PublicKey` for miniscript interoperability + # 0.17.0 - 2019-02-28 - ``The PSBT Release'' * **Update minimum rustc version to 1.22**. diff --git a/Cargo.toml b/Cargo.toml index 48057e09..d1ea889a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.17.0" +version = "0.17.1" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"