Skip to content

Commit

Permalink
Merge pull request #85 from LedgerHQ/prepare-release
Browse files Browse the repository at this point in the history
Prepare release 2.1.0
  • Loading branch information
bigspider authored Nov 16, 2022
2 parents 313188f + 9e9801f commit f2d8230
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Dates are in `dd-mm-yyyy` format.

## [2.1.0] - 16-11-2022

### Added

- Miniscript support on SegWit.
- Improved support for wallet policies.
- Support for sighash flags.

### Changed

- Wallet policies now allow external keys with no key origin information.
- Wallet policies now allow multiple internal keys.

### Removed

- Support for legacy protocol (pre-2.0.0 version) and support for altcoins, now done via separate apps. Substantial binary size reduction as a consequence.

## [2.0.6] - 06-06-2022

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ APP_PATH = ""
APPVERSION_M = 2
APPVERSION_N = 1
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc3"
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"


APP_STACK_SIZE = 3072
Expand Down

0 comments on commit f2d8230

Please sign in to comment.