From dccf5562e0f1d2bd18cb55f21f09988e1ee5a6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Wed, 21 Aug 2024 18:12:26 +0200 Subject: [PATCH] [#1394] Release 2.2.0 (#1563) * [#1394] Release 2.2.0 * Changelog update --------- Co-authored-by: Milan Cerovsky --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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