bump changelog for new draft releases

This commit is contained in:
Lukas Schauer
2020-12-10 16:56:13 +01:00
parent 082da2527c
commit 3a7795589b
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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}"