From: Lukas Schauer Date: Sat, 17 May 2025 23:36:11 +0000 (+0200) Subject: post-v0.7.2-release X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=02903388537e11920247d9cd6fdc3da3500e3812;p=thirdparty%2Fdehydrated.git post-v0.7.2-release --- diff --git a/CHANGELOG b/CHANGELOG index ffd02fb..510c33c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ # Change Log This file contains a log of major changes in dehydrated +## [x.x.x] - xxxx-xx-xx +TODO + ## [0.7.2] - 2025-05-18 ## Added - Implemented support for certificate profile selection diff --git a/dehydrated b/dehydrated index dbf9975..0416cb7 100755 --- a/dehydrated +++ b/dehydrated @@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys exec 3>&- exec 4>&- -VERSION="0.7.2" +VERSION="0.7.3" # Find directory in which this script is stored by traversing all symbolic links SOURCE="${0}"