diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4b226ff..090531c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2023.11.16 + +## What's Changed + +- checking out stable branch on update-s3-bucket job by @felippeb in https://github.com/saltstack/salt-bootstrap/pull/1977 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.11.07...v2023.11.16 + # v2023.11.07 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d4c701fcc..44b7235b6 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2023.11.07" +__ScriptVersion="2023.11.16" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"