post-v0.7.2-release

This commit is contained in:
Lukas Schauer
2025-05-18 01:36:11 +02:00
parent fcca67b53c
commit 0290338853
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
# Change Log # Change Log
This file contains a log of major changes in dehydrated This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
TODO
## [0.7.2] - 2025-05-18 ## [0.7.2] - 2025-05-18
## Added ## Added
- Implemented support for certificate profile selection - Implemented support for certificate profile selection

View File

@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
exec 3>&- exec 3>&-
exec 4>&- exec 4>&-
VERSION="0.7.2" VERSION="0.7.3"
# Find directory in which this script is stored by traversing all symbolic links # Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}" SOURCE="${0}"