[#1431] Release 2.1.0

- Closes #1431
This commit is contained in:
Honza Rychnovský 2024-04-09 14:29:05 +02:00 committed by GitHub
parent 52ee2bc5bc
commit 4472790c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]
## [2.1.0] - 2024-04-09
### Added
- The Orchard support has been finished, and the SDK now fully supports sending and receiving funds on the Orchard
addresses

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