diff --git a/CHANGELOG.md b/CHANGELOG.md index 030d17b4..7d551608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2024-08-22 + This release adds several important new features: - Currency exchange rates (currently just USD/ZEC) are now made available via the SDK. The exchange rate computed as the median of values provided by at least three separate diff --git a/gradle.properties b/gradle.properties index 156922fc..85da554f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the snapshot repository. IS_SNAPSHOT=true -LIBRARY_VERSION=2.1.3 +LIBRARY_VERSION=2.2.0 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true