Skip to content

Commit 582a5a0

Browse files
committed
Prepare for release 0.5.0
1 parent ddc5e26 commit 582a5a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.5.0 - 2021-10-22
4+
5+
- Encrypt ECDSA adaptor signatures in release builds. Previously encryption returned just zero bytes.
6+
- Add support for "whitelist" ring signatures of libsecp256k1-zkp.
37
- Rename `secp256k1_zkp::bitcoin_hashes` module to `secp256k1_zkp::hashes`.
48
- Rename feature `hashes` to `bitcoin_hashes` to align with `rust-secp256k1`.
59
- Implement `serde::{Serialize, Deserialize}` for `EcdsaAdaptorSignature`.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-zkp"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Lucas Soriano <[email protected]>",

0 commit comments

Comments
 (0)