What changed, and why it matters
This commit is a routine version number update. It changes patch version numbers from 2.11.0 to 2.11.1 for the modern Trezor firmware and from 1.14.1 to 1.14.2 for the legacy firmware, updates matching translation file headers, and refreshes a translation signature file. There are no code logic changes, no bug fixes, and no security-related modifications visible in the diff.
No security action needed. Treat as a normal release bookkeeping commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a pure ‘chore: bump versions’ change. It modifies VERSION_PATCH in core/embed/projects/firmware/version.h and legacy/firmware/version.h, updates the ‘version’ header field in six translation JSON files, and updates the current merkle_root, datetime, and commit fields in core/translations/signatures.json. No functional source code, cryptographic, or security behavior is altered.
Changed components
core/embed/projects/firmware/version.hlegacy/firmware/version.hcore/translations/cs.jsoncore/translations/de.jsoncore/translations/en.jsoncore/translations/es.jsoncore/translations/fr.jsoncore/translations/pt.jsoncore/translations/signatures.jsonInspect captured patch +11 / −11
diff --git a/core/embed/projects/firmware/version.h b/core/embed/projects/firmware/version.h
index 3383067d..42075900 100644
--- a/core/embed/projects/firmware/version.h
+++ b/core/embed/projects/firmware/version.h
@@ -4,7 +4,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 11
-#define VERSION_PATCH 0
+#define VERSION_PATCH 1
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2
diff --git a/core/translations/cs.json b/core/translations/cs.json
index 25365602..5199a53a 100644
--- a/core/translations/cs.json
+++ b/core/translations/cs.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "cs-CZ",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktujte naši podporu na",
diff --git a/core/translations/de.json b/core/translations/de.json
index ff5eddab..1197f005 100644
--- a/core/translations/de.json
+++ b/core/translations/de.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "de-DE",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
diff --git a/core/translations/en.json b/core/translations/en.json
index 655e01ba..f462c812 100644
--- a/core/translations/en.json
+++ b/core/translations/en.json
@@ -1,7 +1,7 @@
{
"header": {
"language": "en-US",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
diff --git a/core/translations/es.json b/core/translations/es.json
index 88d184b0..7643a6bd 100644
--- a/core/translations/es.json
+++ b/core/translations/es.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "es-ES",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
diff --git a/core/translations/fr.json b/core/translations/fr.json
index 5a1d7894..baa2ae31 100644
--- a/core/translations/fr.json
+++ b/core/translations/fr.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "fr-FR",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
diff --git a/core/translations/pt.json b/core/translations/pt.json
index 4d3549ae..5b0f016a 100644
--- a/core/translations/pt.json
+++ b/core/translations/pt.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "pt-BR",
- "version": "2.11.0"
+ "version": "2.11.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Entre em contato com o suporte Trezor em",
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 98345037..5cdac9a0 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "70d9d7e923002519046c4194aa6b671a9b438ba2b8bd2682c1468cc240228ffe",
- "datetime": "2026-02-25T10:40:15.195189+00:00",
- "commit": "a701a487453c38711b49496a23f6b22da932b36e"
+ "merkle_root": "358b4bd4329d244ec2b17343927c55bba412b057faf5aa04bf993c6b77f4332d",
+ "datetime": "2026-03-03T15:54:21.649652+00:00",
+ "commit": "bfe88d22ba27911af703e0f5b0cc128b718463bb"
},
"history": [
{
diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h
index a6103a5a..900e4a37 100644
--- a/legacy/firmware/version.h
+++ b/legacy/firmware/version.h
@@ -1,6 +1,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 14
-#define VERSION_PATCH 1
+#define VERSION_PATCH 2
#define FIX_VERSION_MAJOR 1
#define FIX_VERSION_MINOR 14
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.