diff --git a/Cargo.lock b/Cargo.lock index 89e6b8224..c59f07f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3055,7 +3055,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.10.1" +version = "0.10.2" dependencies = [ "assert_matches", "bls12_381", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index c325fe46b..00eb394ec 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.10.2] - 2024-03-27 + +### Fixed +- A bug in the SQL querey for `WalletDb::get_unspent_transparent_output` was fixed. + ## [0.10.1] - 2024-03-25 ### Fixed diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 1263d21e6..8ef7d7ac8 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.10.1" +version = "0.10.2" authors = [ "Jack Grigg ", "Kris Nuttycombe "