From 8636d9413092654c91303d64a660841b2e9b2116 Mon Sep 17 00:00:00 2001 From: krionbsd Date: Thu, 19 May 2022 14:17:19 +0200 Subject: [PATCH] Bump version to 2022.05.19 release --- ChangeLog | 6 ++++++ bootstrap-salt.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bfffef0..fda066b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Version TBD (In Progress on the Develop Branch): +Version 2022.05.19 + * Fix situations where the registry key for root_dir does not exist + on Windows (twangboy) #1828 + * Add Ubuntu 22 support (krionbsd) #1820 + * Add Fedora 36 support (myii) #1818 + Version 2022.03.15: * Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803 * Copy configs to correct config dirs (v3004+) (dafyddj) #1798 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 379311f..b0d6d68 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2022.03.15" +__ScriptVersion="2022.05.19" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"