Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
Documentation update

Changelogs
  • Loading branch information
Milan-Cerovsky authored and HonzaR committed Jan 7, 2025
1 parent 4b832a1 commit 4c15438
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion docs/whatsNew/WHATS_NEW_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 6 additions & 2 deletions docs/whatsNew/WHATS_NEW_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c15438

Please sign in to comment.