From 3ae3ff8cef622223643dfd5ce77ae613d02fc7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Mon, 16 Sep 2024 20:16:11 +0200 Subject: [PATCH] [#1589] Release 1.2 (731) - Changelogs update - Adopted the fixed production Zcash SDK v2.2.4 --- CHANGELOG.md | 2 +- docs/whatsNew/WHATS_NEW_EN.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.