Release 0.8.1

This commit is contained in:
Sean Bowe 2023-10-18 14:58:03 -06:00
parent 914c0ed5c9
commit b88adb4e82
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.8.1] - 2023-10-18
### Fixed
- Fixed a bug in `v_transactions` that was omitting value from identically-valued notes
## [0.8.0] - 2023-09-25
### Notable Changes

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.8.0"
version = "0.8.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"