From b88adb4e82504ce82e8f955f8cf07514699653a1 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 18 Oct 2023 14:58:03 -0600 Subject: [PATCH] Release 0.8.1 --- zcash_client_sqlite/CHANGELOG.md | 5 +++++ zcash_client_sqlite/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 2a044fc2b..d2a296840 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,6 +7,11 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.8.1] - 2023-10-18 + +### Fixed +- Fixed a bug in `v_transactions` that was omitting value from identically-valued notes + ## [0.8.0] - 2023-09-25 ### Notable Changes diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index bb2717717..b4605a08e 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_client_sqlite" description = "An SQLite-based Zcash light client" -version = "0.8.0" +version = "0.8.1" authors = [ "Jack Grigg ", "Kris Nuttycombe "