diff --git a/CHANGELOG.md b/CHANGELOG.md index a139f1f..f45e696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +[0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22 +--------------------------------------------------------------------------- + +### Added + +- Sign and verify P2WPKH (#26) +- Tweak README (#23) + [0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10 --------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 457852e..1f64576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "98f7eed2b2781a6f0b5c903471d48e15f56fb4e1165df8a9a2337fd1a59d45ea" [[package]] name = "bip322" -version = "0.0.5" +version = "0.0.6" dependencies = [ "base64", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index d4846ca..58eccd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip322" -version = "0.0.5" +version = "0.0.6" edition = "2021" description = "Implements BIP322 generic message signing" license = "CC0-1.0" diff --git a/README.md b/README.md index f8a56da..2f438e1 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ generic message signing and verification. ## Types of Signatures -At the moment this crate supports ONLY `P2TR` addresses. We're looking to -stabilize the interface before implementing different address types. Feedback -through issues or PRs is welcome and encouraged. +At the moment this crate supports ONLY `P2TR` and `P2WPKH` addresses. We're +looking to stabilize the interface before implementing different address types. +Feedback through issues or PRs is welcome and encouraged. - [ ] legacy - [x] simple