What changed, and why it matters
This commit only changes version numbers in the changelog and two build makefiles. It does not modify any code, fix any bug, or alter any behavior. The actual security-relevant fix for the 'limited entropy bug' is not present in this diff.
No action needed for this commit in isolation. Review the actual hotfix commit that addresses the 'limited entropy bug' separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the release version strings from 5.5.2 to 5.6.0 (MK hardware) and from 1.4.2Q to 1.5.0Q (Q1 hardware), and updates the ChangeLog.md heading accordingly. No source code, cryptographic routines, entropy handling, or build logic changes are included. The commit message ‘better bumpage’ is a version-bump commit.
Changed components
releases/ChangeLog.mdstm32/MK-Makefilestm32/Q1-MakefileInspect captured patch +3 / −3
diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md
index 91ae01c..729c850 100644
--- a/releases/ChangeLog.md
+++ b/releases/ChangeLog.md
@@ -2,7 +2,7 @@
This lists the changes in the most recent firmware, for each hardware platform.
-## 2026-07-31 Hotfix Versions: 5.5.2 & 1.4.2Q
+## 2026-07-31 Hotfix Versions: 5.6.0 & 1.5.0Q
**Urgent hotfix to correct a limited entropy bug.**
diff --git a/stm32/MK-Makefile b/stm32/MK-Makefile
index 029ce6e..2b175d4 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.2
+VERSION_STRING = 5.6.0
# keep near top, because defined default target (all)
include shared.mk
diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile
index 99bd552..c02775d 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.2Q
+VERSION_STRING = 1.5.0Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")
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.