[#1451] Release Zashi version 1.1 (655)

Closes #1451
This commit is contained in:
Honza Rychnovský 2024-05-24 15:05:15 +02:00 committed by GitHub
parent 7e9e89725b
commit fbf4a73208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.*
## [Unreleased]
## [1.1 (655)] - 2024-05-24
### Added
- Zashi now provides system biometric or device credential (pattern, pin, or password) authentication for these use
cases: Send funds, Recovery Phrase, Export Private Data, and Delete Wallet.

View File

@ -62,7 +62,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
# If not using automated Google Play deployment, then these serve as the actual version numbers.
ZCASH_VERSION_CODE=1
ZCASH_VERSION_NAME=1.0
ZCASH_VERSION_NAME=1.1
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
# to distinguish a different release build that can be installed alongside the official version
@ -199,7 +199,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.1.1-SNAPSHOT
ZCASH_SDK_VERSION=2.1.2-SNAPSHOT
# Toolchain is the Java version used to build the application, which is separate from the
# Java version used to run the application.