From 9ebfa936c03039ddf460995d98f6f9cb09711a1a Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Wed, 9 Jun 2021 14:50:08 +0200 Subject: [PATCH] docs(legacy/firmware): Fix dates in changelog. --- legacy/firmware/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 2aad50f69..3e22c1d36 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -4,7 +4,7 @@ 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.10.1 [24th May 2021] +## 1.10.1 [9th June 2021] ### Added - Safety checks setting in T1. [#1627] @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix incorrect empty string handling in BLAKE implementation used by Decred. -## 1.10.0 [13rd May 2021] +## 1.10.0 [12th May 2021] ### Added - Public key to ECDHSessionKey. [#1518]