[#1589] Release 1.2 (731)

- Changelogs update
- Adopted the fixed production Zcash SDK v2.2.4
This commit is contained in:
Honza Rychnovský 2024-09-16 20:16:11 +02:00 committed by GitHub
parent f703d9fdab
commit 3ae3ff8cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.