diff --git a/ChangeLog b/ChangeLog index 0300e93..d17d3d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ Version TBD (In Progress on the Develop Branch): + +Version 2020.02.04: * Add support for the Salt Neon(3000) release (s0undt3ch) #1424 * Drop support for Fedora < 30 (s0undt3ch) #1424 * Drop support for Debian < 8 (s0undt3ch) #1424 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 8d70ec4..6fb3de3 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.01.29" +__ScriptVersion="2020.02.04" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"