From 90caacfaed9415a0b877645b4554b0491b93deaa Mon Sep 17 00:00:00 2001 From: Milan Cerovsky Date: Tue, 7 Jan 2025 14:07:38 +0100 Subject: [PATCH] Release 1.3.1 Documentation update Changelogs --- CHANGELOG.md | 2 ++ docs/whatsNew/WHATS_NEW_EN.md | 6 +++++- docs/whatsNew/WHATS_NEW_ES.md | 8 ++++++-- gradle.properties | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed922cdb..d124ca692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.3.1 (822)] - 2025-01-07 + ### Fixed - Coinbase now passes the correct transparent address into url diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index f1a2026fe..0b9291db0 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -12,8 +12,12 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.3.1 (822)] - 2025-01-07 + ### Fixed -- Coinbase now passes the correct transparent address into url +- We fixed a bug in the Coinbase Onramp feature which impacted users making purchases with their Coinbase account. + We now pass a correct transparent address to Coinbase and your ZEC gets sent directly to your Zashi wallet instead + of your Coinbase account. ## [1.3 (812)] - 2024-12-19 diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index 6e32dd5bd..3a68e1ced 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -12,8 +12,12 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -### Fixed -- Coinbase now passes the correct transparent address into url +## [1.3.1 (822)] - 2025-01-07 + +### Corregido +- Hemos corregido un bug en Coinbase Onramp que había impactando a nuestros usuarios cuando hacen compras con sus + cuentas de Coinbase. Ahora pasamos la dirección pública correcta a Coinbase y tus ZEC son enviados directamente a + tu Billetera Zashi en lugar de tu cuenta de Coinbase. ## [1.3 (812)] - 2024-12-19 diff --git a/gradle.properties b/gradle.properties index db68bb2c8..4cdefd992 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,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.3 +ZCASH_VERSION_NAME=1.3.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