From 05a00e31e1a183b78de2aba8bc41bbe658c757c0 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 8 Nov 2018 15:05:13 +0000 Subject: [PATCH] update version to 0.15.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8676d26..8c70f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 0.15.1 - 2018-11-08 + +* [Detect p2pk addresses with compressed keys](https://github.com/rust-bitcoin/rust-bitcoin/pull/189) + # 0.15.0 - 2018-11-03 * [Significant API overhaul](https://github.com/rust-bitcoin/rust-bitcoin/pull/156): diff --git a/Cargo.toml b/Cargo.toml index 5f21a10..1a4ea06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.15.0" +version = "0.15.1" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"