From 4472790c8ab015e24d8bbafc2b51b651e0184077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Tue, 9 Apr 2024 14:29:05 +0200 Subject: [PATCH] [#1431] Release 2.1.0 - Closes #1431 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceda8d6..9c560c09 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.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 diff --git a/gradle.properties b/gradle.properties index cdc37f9f..6496b2d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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