]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
prepare for next version
authorLukas Schauer <lukas@schauer.so>
Sun, 11 Mar 2018 19:21:40 +0000 (20:21 +0100)
committerLukas Schauer <lukas@schauer.so>
Sun, 11 Mar 2018 19:22:38 +0000 (20:22 +0100)
CHANGELOG
dehydrated

index 0cc307d5500a5f49612690be322bc28087e65274..b9d8e15206e0bfd4814cfa90f30bf09ae543f017 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,13 @@
 # Change Log
 This file contains a log of major changes in dehydrated
 
+## [x.x.x] - xxxx-xx-xx
+## Changed
+- ??
+
+## Added
+- ??
+
 ## [0.6.0] - 2018-03-11
 ## Changed
 - Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
index 5e5d162e474339fc45254940217042a20e203c8c..fd0368253fcdb764e264b76b046a20909cd6b498 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 umask 077 # paranoid umask, we're creating private keys
 
-VERSION="0.6.0"
+VERSION="git-master-after-0.6.0"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"