diff --git a/ChangeLog b/ChangeLog index a8ab78c..33fc270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Version TBD (In Progress on the Develop Branch): +Version 2020.10.20: + * Add support to allow bootstrapping Salt 3002 (s0undt3ch) #1506 + Version 2020.10.19: * Fix v3000+ with git install on FreeBSD (krionbsd) #1487 * Update README giving ONE example of WINDOWS bootstrapping. Default to python3 instead of diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b09f743..a21b8bd 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.10.19" +__ScriptVersion="2020.10.20" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"