]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
post-v0.7.2-release
authorLukas Schauer <lukas@schauer.dev>
Sat, 17 May 2025 23:36:11 +0000 (01:36 +0200)
committerLukas Schauer <lukas@schauer.dev>
Sat, 17 May 2025 23:36:16 +0000 (01:36 +0200)
CHANGELOG
dehydrated

index ffd02fbaac2b33c0c00c4dd5d236b80aa19fdd8a..510c33cd36e3a39bb8fc75c44867a9a7794e0f4d 100644 (file)
--- 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
index dbf99754827ef94a769f05c2c3f560c3affbc1a1..0416cb73600c70719f32ff9e8daf5857477f1b2a 100755 (executable)
@@ -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}"