From 25c77a2d73adff3b5f29f10c06873786240c38bf Mon Sep 17 00:00:00 2001 From: Honza Date: Thu, 3 Apr 2025 12:40:04 +0200 Subject: [PATCH] [#1843] Release v1.5.2 Closes #1843 --- CHANGELOG.md | 11 +++++++++++ docs/whatsNew/WHATS_NEW_EN.md | 6 ++++++ docs/whatsNew/WHATS_NEW_ES.md | 6 ++++++ fastlane/metadata/android/en-US/changelogs/926.txt | 3 +++ fastlane/metadata/android/es/changelogs/926.txt | 3 +++ gradle.properties | 4 ++-- 6 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/926.txt create mode 100644 fastlane/metadata/android/es/changelogs/926.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c34e3f7..050ef210d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.5.2 (926)] - 2025-04-03 + +### Changed +- Adopted Zcash SDK v2.2.11 + +### Fixed +- Database migration bugs in SDK's `zcash_client_sqlite 0.16.0` and `0.16.1` have + been fixed by updating to `zcash_client_sqlite 0.16.2`. These caused a few + wallets to stop working after the Zcash SDK v2.2.9 upgrade due to failed database + migrations. + ## [1.5.1 (925)] - 2025-03-31 ### Changed diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 713bc7875..a13128700 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -12,6 +12,12 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.5.2 (926)] - 2025-04-03 + +### Fixed: +- 1.5 Bug Fix release! +- We fixed a migration issue impacting some users on 1.5 app version. + ## [1.5.1 (925)] - 2025-03-31 ### Added: diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index f5525a30c..9fa14538d 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -12,6 +12,12 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.5.2 (926)] - 2025-04-03 + +### Corregido: +- ¡Corrección de errores 1.5! +- Solucionamos un problema de migración que afectaba a algunos usuarios de la versión 1.5 de la app. + ## [1.5.1 (925)] - 2025-03-31 ### Añadido: diff --git a/fastlane/metadata/android/en-US/changelogs/926.txt b/fastlane/metadata/android/en-US/changelogs/926.txt new file mode 100644 index 000000000..018da9c9a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/926.txt @@ -0,0 +1,3 @@ +Fixed: +- 1.5 Bug Fix release! +- We fixed a migration issue impacting some users on 1.5 app version. \ No newline at end of file diff --git a/fastlane/metadata/android/es/changelogs/926.txt b/fastlane/metadata/android/es/changelogs/926.txt new file mode 100644 index 000000000..1f1a1029e --- /dev/null +++ b/fastlane/metadata/android/es/changelogs/926.txt @@ -0,0 +1,3 @@ +Corregido: +- ¡Corrección de errores 1.5! +- Solucionamos un problema de migración que afectaba a algunos usuarios de la versión 1.5 de la app. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index efd38703a..f4b49f4dc 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.5.1 +ZCASH_VERSION_NAME=1.5.2 # 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 @@ -211,7 +211,7 @@ ZIP_321_VERSION = 0.0.6 # WARNING: Ensure a non-snapshot version is used before releasing to production ZCASH_BIP39_VERSION=1.0.9 # WARNING: Ensure a non-snapshot version is used before releasing to production -ZCASH_SDK_VERSION=2.2.10-SNAPSHOT +ZCASH_SDK_VERSION=2.2.11-SNAPSHOT # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.