What changed, and why it matters
This commit only bumps the app's version number from 2.4.1 to 2.4.2 and updates the changelog to note 'Apex P porting'. There are no code changes, no security fixes, and no functional modifications visible in the diff.
No security action required. Treat as a routine version-bump commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes APPVERSION_P in the Makefile from 1 to 2 and adds a 2.4.2 changelog entry. No source code, build logic, cryptographic operations, or security controls are modified. The change is purely administrative/versioning.
Changed components
Inspect captured patch +7 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ab99f7..2b448c2 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.4.2] - 08-09-2025
+
+### Added
+
+- Apex P porting
+
## [2.4.1] - 03-07-2025
### Added
diff --git a/Makefile b/Makefile
index d1edcaf..71bb424 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy"
# Application version
APPVERSION_M = 2
APPVERSION_N = 4
-APPVERSION_P = 1
+APPVERSION_P = 2
APPVERSION_SUFFIX = # if not empty, appended at the end. Do not add a dash.
ifeq ($(APPVERSION_SUFFIX),)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.