Skip to content

Commit

Permalink
Increment to version 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
angelix committed Sep 1, 2022
1 parent 9233261 commit 88c1576
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

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

## [3.8.7] - 2022-09-01

### Added
- New About screen with social links
- Show announcements alerts
- Add BIP info on account labels

### Fixed
- Improve ephemeral BIP39 Passphrase based wallets
- Improve errors during restore
- Fix Jade login using Emergency Restore
- Fix BIP21 prefix for liquid testnet

## [3.8.6] - 2022-07-29

### Added
Expand Down
4 changes: 2 additions & 2 deletions green/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 386
versionName "3.8.6"
versionCode 387
versionName "3.8.7"
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)

// Export schemas
Expand Down

0 comments on commit 88c1576

Please sign in to comment.