From 9a79aab009792f798507b35c162042f68cb25ef5 Mon Sep 17 00:00:00 2001 From: William Roberts Date: Mon, 13 Jan 2020 09:27:20 -0600 Subject: [PATCH] CHANGELOG: update for 4.1.1-RC1 Signed-off-by: William Roberts --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15de304f..7b42bb6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### 4.1.1-RC0 - 2019-12-23 +### 4.1.1-RC1 - 2020-01-13 * tpm2\_certify: Fix output of attestation data including size field. Now outputs just bytes. * tpm2\_certifycreation: Fix tool to match manpage where the code had the -C and -c options reversed.