diff --git a/Cargo.lock b/Cargo.lock index e4f3541b8..dc8cb7e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.11.1" +version = "0.11.2" dependencies = [ "assert_matches", "bip32", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 0878b3fd4..0b5e9865c 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,6 +7,8 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.11.2] - 2024-08-21 + ### Changed - The `v_tx_outputs` view was modified slightly to support older versions of `sqlite`. Queries to the exposed `v_tx_outputs` and `v_transactions` views diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 201000624..25f2288c5 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.11.1" +version = "0.11.2" authors = [ "Jack Grigg ", "Kris Nuttycombe "