Skip to content

Commit

Permalink
Merge pull request #218 from LedgerHQ/release
Browse files Browse the repository at this point in the history
Prepare release 2.2.0
  • Loading branch information
bigspider authored Jan 29, 2024
2 parents 59bd68a + afc0d34 commit e5944dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [2.2.0] - 29-01-2024

### Added

- 🥕 Support for miniscript on taproot wallet policies.
- Warning if the fees are above 10% of the amount, if the total amount is above 10000 sats (0.0001 ₿).

### Changed

- Increased limits for the maximum in-memory size of wallet policies.

## [2.1.3] - 21-06-2023

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy"

# Application version
APPVERSION_M = 2
APPVERSION_N = 1
APPVERSION_P = 3
APPVERSION_N = 2
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Setting to allow building variant applications
Expand Down

0 comments on commit e5944dd

Please sign in to comment.