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 6f1bb2f4a..f0c69f6de 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`. diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 069a495b6..d9d13c8c2 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 "