diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b2d0f0..9bdd129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] -## [1.2 (730)] - 2024-09-16 +## [1.2 (731)] - 2024-09-16 ### Changed - Adopted the latest snapshot Zcash SDK version 2.2.4 that brings improvements in the disposal logic of its diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 9213f727..c606d096 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -## [1.2 (730)] - 2024-09-16 +## [1.2 (731)] - 2024-09-16 ### Added - We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings. diff --git a/gradle.properties b/gradle.properties index 872d721e..486160c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -210,7 +210,7 @@ ZXING_VERSION=3.5.3 ZCASH_BIP39_VERSION=1.0.8 # WARNING: Ensure a non-snapshot version is used before releasing to production -ZCASH_SDK_VERSION=2.2.4-SNAPSHOT +ZCASH_SDK_VERSION=2.2.4 # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.