From ea78f810dc1910d6bb965975cdeabf98409ca4f4 Mon Sep 17 00:00:00 2001 From: Honza Date: Wed, 20 Sep 2023 20:14:44 +0200 Subject: [PATCH] [#1257] SDK Release v2.0.0-rc.2 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7d26c9..1611cdc6 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.0.0-rc.2] - 2023-09-20 + ### Changed - Some of the `TransactionOverview` class parameters changed: - `id` was removed diff --git a/gradle.properties b/gradle.properties index 27fbff09..3a3bce42 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.0-rc.1 +LIBRARY_VERSION=2.0.0-rc.2 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true