Skip to content

Commit ba4b168

Browse files
committed
Increment version to 4.0.0-beta4
1 parent 2abb3b7 commit ba4b168

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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+
7+
## [4.0.0-beta4] - 2023-03-07
8+
9+
### Added
10+
11+
- Add troubleshooting links in Jade onboarding
12+
- Uncheck "Remember device" option if user deletes a wallet from the list
13+
14+
### Fixed
15+
16+
- Fix Jade login with bip39 passphrases
17+
- Fix Trezor signing to recognize change address when sending
18+
619
## [4.0.0-beta3] - 2023-02-14
720

821
### Changed

green/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion 23
3434
targetSdkVersion 33
35-
versionCode 395
36-
versionName "4.0.0-beta3"
35+
versionCode 396
36+
versionName "4.0.0-beta4"
3737
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
3838

3939
// Export schemas

0 commit comments

Comments
 (0)