diff --git a/Cargo.lock b/Cargo.lock index fb739b82f2..417de7fe26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3124,7 +3124,7 @@ dependencies = [ [[package]] name = "zcash_keys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bech32", "bls12_381", diff --git a/zcash_keys/CHANGELOG.md b/zcash_keys/CHANGELOG.md index c7eeb4f0fd..4ebf3c1c38 100644 --- a/zcash_keys/CHANGELOG.md +++ b/zcash_keys/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.1.1] - 2024-03-04 + ### Added - `zcash_keys::keys::UnifiedAddressRequest::all` diff --git a/zcash_keys/Cargo.toml b/zcash_keys/Cargo.toml index 0ba67ad086..5d3f8cdd91 100644 --- a/zcash_keys/Cargo.toml +++ b/zcash_keys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_keys" description = "Zcash key and address management" -version = "0.1.0" +version = "0.1.1" authors = [ "Jack Grigg ", "Kris Nuttycombe "