From 574648f3617b9a957fc40b5d8ba7695ef0ffb991 Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Thu, 11 Jan 2024 14:39:02 +0100 Subject: [PATCH] [add] 0.5.0 release date --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0800e4..0f977e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.0] - 2024-??-?? +## [0.5.0] - 2024-01-11 ### Added - Attestation key or user private keys can now be configured with the new `--attestation-key` and `--user-private-key` arguments (or `ATTESTATION_PRIVATE_KEY` and `USER_PRIVATE_KEY` through - environment variables). User certificates are correctly calculated signed from the user private + environment variables). User certificates are correctly calculated, signed from the user private keys and the attestation key. ### Changed