From 4c7f3a00bbeb2d72b1dfbe801eb66dc09b7b2a43 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 20 Oct 2020 19:52:12 +0100 Subject: [PATCH] Bump version for release and update ChangeLog --- ChangeLog | 3 +++ bootstrap-salt.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"