From 40ba042ff046b2ea5974378a941969249863d10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Wed, 8 Nov 2023 15:22:45 +0100 Subject: [PATCH] [#1295] SDK release v2.0.3 --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd64a2f..ee1d3a84 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.3] - 2023-11-08 + ### Added - `Synchronizer.getExistingDataDbFilePath` public API to check and provide file path to the existing data database file or throws [InitializeException.MissingDatabaseException] if the database doesn't exist yet. See #1292. @@ -13,6 +15,7 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `CompactBlockProcessor` switched internally from balance and progress FFIs to wallet summary FFI APIs. This change brings a block synchronization speed up. No action is required on the client side. See #1282. +- Checkpoints update ## [2.0.2] - 2023-10-20 diff --git a/gradle.properties b/gradle.properties index d8ac56ab..cfacdde9 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.2 +LIBRARY_VERSION=2.0.3 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true