diff --git a/Cargo.lock b/Cargo.lock index 97e0d73b9..2bcea96fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6255,7 +6255,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.13.0" +version = "0.14.0" dependencies = [ "ambassador", "assert_matches", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 97de484f3..c77dc9c8a 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.14.0] - 2024-12-16 + ### Added - `zcash_client_sqlite::AccountUuid` diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 43d860ea9..fbe2f2020 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.13.0" +version = "0.14.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "