diff --git a/CHANGELOG.md b/CHANGELOG.md index 160a7b46e..65d405494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Dates are in `dd-mm-yyyy` format. +## [2.2.3] - 06-05-2024 + +### Added + +- Support for signing transactions with `OP_RETURN` outputs extended to up to 5 push opcodes, instead of a single one. + ## [2.2.2] - 08-04-2024 ### Added diff --git a/Makefile b/Makefile index 42b6daa5a..609fa86fa 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy" # Application version APPVERSION_M = 2 APPVERSION_N = 2 -APPVERSION_P = 2 +APPVERSION_P = 3 APPVERSION_SUFFIX = # if not empty, appended at the end. Do not add a dash. ifeq ($(APPVERSION_SUFFIX),)