From: Lukas Schauer Date: Thu, 10 Dec 2020 15:56:13 +0000 (+0100) Subject: bump changelog for new draft releases X-Git-Tag: v0.7.1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a7795589b546bd4981270986f91613a107bc346;p=thirdparty%2Fdehydrated.git bump changelog for new draft releases --- diff --git a/CHANGELOG b/CHANGELOG index 1f9c9d0..96b15aa 100644 --- 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 diff --git a/dehydrated b/dehydrated index 6c671fc..622165e 100755 --- a/dehydrated +++ b/dehydrated @@ -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}"