From afc0d347dffedbd0cca5913a69b8537c191367de Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:55:56 +0100 Subject: [PATCH] Bump version to 2.2.0. Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ Makefile | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741b30a54..66439709a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index fa17bb5ec..67432e8df 100644 --- a/Makefile +++ b/Makefile @@ -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