]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
bump changelog for new draft releases
authorLukas Schauer <lukas@schauer.so>
Thu, 10 Dec 2020 15:56:13 +0000 (16:56 +0100)
committerLukas Schauer <lukas@schauer.so>
Thu, 10 Dec 2020 15:56:13 +0000 (16:56 +0100)
CHANGELOG
dehydrated

index 1f9c9d03b53554d728ef4e08b138b928895674cb..96b15aafbe6c49d52de30dd894450f3e84f58e7e 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
+No major changes yet.
+
 ## [0.7.0] - 2020-12-10
 ## Added
 - Support for external account bindings
index 6c671fcc0eeb6196a8e2d8c06708aa5a85c51d48..622165e096d633e5e98ab55f13e5c3508d71348e 100755 (executable)
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
 exec 3>&-
 exec 4>&-
 
-VERSION="0.7.0"
+VERSION="0.7.1"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"