From 7196faf1a70130627f96028e9a3e7ab9ae3ba59e Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 27 May 2018 10:33:04 +0200 Subject: [PATCH] prepare release v1.4.0 --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index 33a3546..b73eae7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +# 1.4.0 / 2018-05-27 + +- Add support for imported root certificates by reading `ca_chain` + Thanks @wimfabri for the addition +- Add support for directly writing `tls-auth` to harden OpenVPN connection + Thanks @callidus for the addition + # 1.3.0 / 2018-01-30 * revoke all existing certificates for FQDN instead of only first one (Thanks @wimfabri)