[#1589] Release 1.2 (731)
- Changelogs update - Adopted the fixed production Zcash SDK v2.2.4
This commit is contained in:
parent
f703d9fdab
commit
3ae3ff8cef
|
@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.2 (730)] - 2024-09-16
|
## [1.2 (731)] - 2024-09-16
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Adopted the latest snapshot Zcash SDK version 2.2.4 that brings improvements in the disposal logic of its
|
- Adopted the latest snapshot Zcash SDK version 2.2.4 that brings improvements in the disposal logic of its
|
||||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.2 (730)] - 2024-09-16
|
## [1.2 (731)] - 2024-09-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings.
|
- We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings.
|
||||||
|
|
|
@ -210,7 +210,7 @@ ZXING_VERSION=3.5.3
|
||||||
ZCASH_BIP39_VERSION=1.0.8
|
ZCASH_BIP39_VERSION=1.0.8
|
||||||
|
|
||||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
# 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
|
# Toolchain is the Java version used to build the application, which is separate from the
|
||||||
# Java version used to run the application.
|
# Java version used to run the application.
|
||||||
|
|
Loading…
Reference in New Issue