diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b75f96ea..4804c4edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # v2024.11.27 +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.11.27...v2024.11.27 + +# v2024.11.27 + ## What's Changed - Testing git install methods by @dmurphy18 in https://github.com/saltstack/salt-bootstrap/pull/2057 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 08a513ffa..f43acdfbe 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.11.28" +__ScriptVersion="2024.11.27" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"