diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd5a708..45c460ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +# 0.25.1 - 2020-10-26 + +- Remove an incorrect `debug_assert` that can cause a panic when running using + the dev profile. + # 0.25.1 - 2020-10-07 - [Expose methods on `Script`](https://github.com/rust-bitcoin/rust-bitcoin/pull/387) to generate various scriptpubkeys diff --git a/Cargo.toml b/Cargo.toml index 8573d32e..05ec1ae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.25.1" +version = "0.25.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"