diff --git a/CHANGELOG.md b/CHANGELOG.md index df7d0f39..28e1d6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [0.2.0 (593)] - 2024-04-09 + ### Added - Advanced Settings screen that provides more technical options like Export private data, Recovery phrase, or Choose server has been added diff --git a/gradle.properties b/gradle.properties index af593ae4..108f8c7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -189,7 +189,7 @@ ZCASH_BIP39_VERSION=1.0.7 ZXING_VERSION=3.5.2 # WARNING: Ensure a non-snapshot version is used before releasing to production. -ZCASH_SDK_VERSION=2.0.8-SNAPSHOT +ZCASH_SDK_VERSION=2.1.0-SNAPSHOT # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.