diff --git a/Cargo.lock b/Cargo.lock index d327667f7..e0131c32d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,7 +2988,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.8.0-rc.4" +version = "0.8.0-rc.5" dependencies = [ "assert_matches", "bs58", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 957de54a6..9702928f1 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,7 +7,7 @@ and this library adheres to Rust's notion of ## [Unreleased] -## [0.8.0-rc.4] - 2023-09-19 +## [0.8.0-rc.5] - 2023-09-22 ### Notable Changes - The `v_transactions` and `v_tx_outputs` views have changed in terms of what diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index ce5f0d975..6cc1f664a 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-rc.4" +version = "0.8.0-rc.5" authors = [ "Jack Grigg ", "Kris Nuttycombe "