From af1f73a3733e0ed8f56ed16ef23cfa8aa9277ee6 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 6 Feb 2023 10:10:23 +0100 Subject: [PATCH] docs(legacy): update changelogs --- legacy/bootloader/CHANGELOG.md | 8 +++++++- tools/towncrier.template.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/legacy/bootloader/CHANGELOG.md b/legacy/bootloader/CHANGELOG.md index 6d09f401d..8067ffb86 100644 --- a/legacy/bootloader/CHANGELOG.md +++ b/legacy/bootloader/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.12.0] [January 2023] +## 1.12.1 [February 2023] + +### Fixed +- Correctly distrust v2-signed firmwares. + + +## 1.12.0 [internal only - January 2023] ### Added - T1 bootloader: verify firmware signatures based on SignMessage, add signature debugging [#2568] diff --git a/tools/towncrier.template.md b/tools/towncrier.template.md index 2a5c58a02..834012add 100644 --- a/tools/towncrier.template.md +++ b/tools/towncrier.template.md @@ -1,5 +1,5 @@ -## [{{ versiondata.version }}] ({{versiondata.date}}) +## {{ versiondata.version }} [{{versiondata.date}}] {% for section, _ in sections.items() %} {% if section %}{{section}}{% endif -%} {% if sections[section] %}