From 6067f52c7ec71e6fe230fe1117191df688682959 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 30 Apr 2019 17:15:38 +0200 Subject: [PATCH] Add tacd to the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cf6c0..dcff03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- tacd, the TLS-ALPN-01 validation daemon. - An account object has been added in the configuration. - In the configuration, hooks now have a mandatory `type` variable. - It is now possible to declare hooks to clean after the challenge validation hooks.