]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
increase dehydrated version for git master use
authorLukas Schauer <lukas@schauer.dev>
Mon, 31 Oct 2022 14:46:07 +0000 (15:46 +0100)
committerLukas Schauer <lukas@schauer.dev>
Mon, 31 Oct 2022 14:46:07 +0000 (15:46 +0100)
CHANGELOG
dehydrated

index 42d57617b2b2a854790d178969bc6278691b9ef8..47092e14f51ef7dc57d08a29c0340bafc4c4a087 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
+...
+
 ## [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
index a170666997452180f70f146e3fb02698ef658fed..2befdfb6a407c2d6a7589e7cc14c838c56045af4 100755 (executable)
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
 exec 3>&-
 exec 4>&-
 
-VERSION="0.7.1"
+VERSION="0.7.2"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"