From c34cc1e7d7d29b9c205b3feaa4503655d35ab8ea Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 10 Oct 2018 11:54:59 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255bae5521..639b6dab8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ BUG FIXES: + * core: Fix generate-root operations requiring empty `otp` to be provided + instead of an empty body [GH-5495] * secret/pki: Fix regression in 0.11.2+ causing the NotBefore value of generated certificates to be set to the Unix epoch if the role value was not set, instead of using the default of 30 seconds [GH-5481]