diff --git a/CHANGELOG.md b/CHANGELOG.md index b060d8a..d82f419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.27.0 - 2023-13-15 + +* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588). +* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578). +* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582). + # 0.26.0 - 2202-12-19 * Update libsecp25k1 to v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 5f5eca3..9d24b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "secp256k1" -version = "0.26.0" +version = "0.27.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"