[#1257] SDK Release v2.0.0-rc.2

This commit is contained in:
Honza 2023-09-20 20:14:44 +02:00 committed by Kris Nuttycombe
parent f56146fa05
commit ea78f810dc
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.0.0-rc.2] - 2023-09-20
### Changed ### Changed
- Some of the `TransactionOverview` class parameters changed: - Some of the `TransactionOverview` class parameters changed:
- `id` was removed - `id` was removed

View File

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