What changed, and why it matters
This commit only changes version numbers in two build files and a changelog heading. There is no code change, no bug fix, and no security-related content.
Recommended action
No security action needed; this is a routine release version bump.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates VERSION_STRING from 5.5.0 to 5.5.1 in stm32/MK-Makefile and from 1.4.0Q to 1.4.1Q in stm32/Q1-Makefile, and updates the corresponding changelog section headings. No functional code is modified.
Changed components
Not specified
Inspect captured patch +4 / −4
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index 2507573..0c2886e 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -49,14 +49,14 @@ This lists the new changes that have not yet been published in a normal release.
# Mk Specific Changes
-## 5.5.x - 2065-04-xx
+## 5.5.1 - 2065-04-xx
- tbd
# Q Specific Changes
-## 1.4.xQ - 2065-04-xx
+## 1.4.1Q - 2065-04-xx
- New Feature: Secure Notes & Passwords UX groups
- New Feature: Apply Secure Note text, or Secure Note password as BIP-39 passphrase
diff --git a/stm32/MK-Makefile b/stm32/MK-Makefile
index 068a512..8fd079a 100644
--- a/stm32/MK-Makefile
+++ b/stm32/MK-Makefile
@@ -19,7 +19,7 @@ LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk-*.dfu ../releases/*-mk4-*.dfu |
# Our version for this release.
# - caution, the bootrom will not accept version < 3.0.0
-VERSION_STRING = 5.5.0
+VERSION_STRING = 5.5.1
# keep near top, because defined default target (all)
include shared.mk
diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile
index 88da425..2abb89b 100644
--- a/stm32/Q1-Makefile
+++ b/stm32/Q1-Makefile
@@ -16,7 +16,7 @@ BOOTLOADER_DIR = q1-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)
# Our version for this release.
-VERSION_STRING = 1.4.0Q
+VERSION_STRING = 1.4.1Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.