From d3e17537eb854d2c72e42968ef62e61cd2d6e0da Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Mon, 22 Aug 2022 12:49:24 +0200 Subject: [PATCH] Add config change to CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b614e..e826f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.1] - 2022-08-22 -- Fix bug that treated U2F payloads as APDU over APDU in NFC transport +- Fix bug that treated U2F payloads as APDU over APDU in NFC transport @conorpp +- Add config option to skip UP when device was just booted, + as insertion is a kind of UP check @robin-nitrokey ## [Unreleased]