diff --git a/zcash_primitives/CHANGELOG.md b/zcash_primitives/CHANGELOG.md index ad6d4817f..c4e7280a2 100644 --- a/zcash_primitives/CHANGELOG.md +++ b/zcash_primitives/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.1] - 2022-12-06 ### Fixed - `zcash_primitives::transaction::builder`: - `Builder::build` was calling `FeeRule::fee_required` with the number of diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index e551c0f96..e045a20ee 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_primitives" description = "Rust implementations of the Zcash primitives" -version = "0.9.0" +version = "0.9.1" authors = [ "Jack Grigg ", "Kris Nuttycombe "