Skip to content

Commit c616caa

Browse files
committed
Release 5.0.6
1 parent 4acfc3c commit c616caa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [5.0.6] - 2025-07-01
7+
8+
#### Fixed
9+
- Fix F-Droid startup crash
10+
- Restore wallet from exhausted PIN attempts flow
11+
- Message signing in hw-wo session
12+
- Fix crash introduced in 5.0.0
713

814
#### Changed
915
- Use consistent primary blue color for all notification types

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
defaultConfig {
4444
minSdk = libs.versions.androidMinSdk.get().toInt()
4545
targetSdk = libs.versions.androidTargetSdk.get().toInt()
46-
versionCode = 503
47-
versionName = "5.0.3"
46+
versionCode = 506
47+
versionName = "5.0.6"
4848

4949
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
5050
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)