[#1229] SDK Release 1.21.0-beta01

- Library version bumped
- Changelog updated
- Closes #1229
This commit is contained in:
Honza Rychnovský 2023-09-08 20:02:23 +02:00 committed by GitHub
parent 4f58e5aac9
commit 1721150d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Change Log
## Unreleased
## 1.21.0-beta01
Note: This is the last _1.x_ version release. The upcoming version _2.0_ brings the **Spend-before-Sync** feature,
which speeds up discovering the wallet's spendable balance.
### Changed
- Updated dependencies:
@ -12,6 +14,7 @@
- AndroidX
- gRPC/Protobuf
- etc.
- Checkpoints
## 1.20.0-beta01
- The SDK internally migrated from `BackendExt` rust backend extension functions to more type-safe `TypesafeBackend`.

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=1.20.0-beta01
LIBRARY_VERSION=1.21.0-beta01
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true