Skip to content

Commit

Permalink
Increment to version 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
angelix committed Jul 15, 2022
1 parent 049d90e commit 5354b9d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ 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.5] - 2022-07-15
### Added
- Enable watch-only in Liquid

### Changed
- Update GDK to 0.0.55
- Updated project dependencies
- Display the receive address in Transaction Details
- Display the amount without the fee in Transaction Details

### Fixed
- Fix error message on wrong PIN
- Fix 27-words mnemonic wallet restore
- Fix change address verification on hardware wallets

## [3.8.4] - 2022-06-17
### Changed
- Update GDK to 0.0.54.post1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Blockstream Green is a non-custodial Bitcoin wallet - it allows you to safely st
It's a mobile app available for Android and [iOS](https://github.com/Blockstream/green_ios), based on [gdk](https://github.com/blockstream/gdk), our cross-platform wallet library.

We offer a variety of advanced features, such as letting our users set their own spending limits, watch-only access for observers, and our unique multisig security model.
All of these (and more) are explained in more detail [here](https://docs.blockstream.com/green/getting-started/intro.html).
All of these (and more) are explained in more detail [here](https://help.blockstream.com/hc/en-us/categories/900000056183-Blockstream-Green).

<a href="https://f-droid.org/packages/com.greenaddress.greenbits_android_wallet/" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="50"/></a>
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 384
versionName "3.8.4"
versionCode 385
versionName "3.8.5"
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)

// Export schemas
Expand Down

0 comments on commit 5354b9d

Please sign in to comment.