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