diff --git a/CHANGELOG b/CHANGELOG index 9fe0ae7..b792c39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,9 @@ This file contains a log of major changes in dehydrated ## Changed - Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`) +## Fixed +- Changed behaviour of `openssl req` stdin handling to fix compatibility with OpenSSL version 3.2+ + ## [0.7.1] - 2022-10-31 ## Changed - `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that