From 1c24863d2f6482e32cd57c831e7734fd021ddd84 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 12 Apr 2022 14:41:25 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4b15e..fce3fafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Added support for renew after expiry using the claim `allowRenewAfterExpiry`. - Added support for `extraNames` in X.509 templates. +- Added RA support using a Vault instance as the CA. ### Changed - Made SCEP CA URL paths dynamic - Support two latest versions of Go (1.17, 1.18)