version 0.5.0

This commit is contained in:
Lukas Schauer
2018-01-13 20:08:12 +01:00
parent 2adc57791c
commit 4a811759dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Change Log
This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
## [0.5.0] - 2018-01-13
## Changed
- Certificate chain is now cached (CHAINCACHE)
- OpenSSL binary path is now configurable (OPENSSL)

View File

@@ -13,7 +13,7 @@ set -o pipefail
umask 077 # paranoid umask, we're creating private keys
VERSION="0.4.0"
VERSION="0.5.0"
# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"