diff --git a/CHANGELOG.md b/CHANGELOG.md index c98b59b6..942f0174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.1.2 (671)] - 2024-06-21 + ### Added - New bubble message style for the Send and Transaction history item text components - Display all messages within the transaction history record when it is expanded diff --git a/gradle.properties b/gradle.properties index b86f7f3c..27e75a9b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.1.1 +ZCASH_VERSION_NAME=1.1.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