SDK Release v2.0.0-rc.4

This commit is contained in:
Jack Grigg 2023-09-22 23:48:06 +01:00 committed by Kris Nuttycombe
parent 6082838921
commit ee28e4cedb
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.0-rc.4] - 2023-09-22
### Fixed
Transparent balance is now correctly updated after a shielding transaction is
created, instead of only once the transaction is mined.
## [2.0.0-rc.3] - 2023-09-21
### Fixed

View File

@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY=
# Configures whether release is an unstable snapshot, therefore published to the snapshot repository.
IS_SNAPSHOT=true
LIBRARY_VERSION=2.0.0-rc.3
LIBRARY_VERSION=2.0.0-rc.4
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true