]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
release v0.6.1 v0.6.1
authorLukas Schauer <lukas@schauer.so>
Tue, 13 Mar 2018 19:57:52 +0000 (20:57 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 13 Mar 2018 19:57:52 +0000 (20:57 +0100)
CHANGELOG
dehydrated

index 91b66ce9151406ac0db53b956f1c13a183a3bce9..9b22cf97ab4a3f9c044530a95fb1731088063c53 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,13 +1,10 @@
 # Change Log
 This file contains a log of major changes in dehydrated
 
-## [x.x.x] - xxxx-xx-xx
+## [0.6.1] - 2018-03-13
 ## Changed
 - Use new ACME v2 endpoint by default
 
-## 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 4ff367ee11570130fda5a5be4278207061de5973..e1eb35568c9c97f2bac1b36e7bfb2d072fb459d4 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 umask 077 # paranoid umask, we're creating private keys
 
-VERSION="git-master-after-0.6.0"
+VERSION="0.6.1"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"