diff --git a/CHANGELOG.md b/CHANGELOG.md index 25032ee..e4c75a3 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 48057e0..d1ea889 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/"