From a240a9b1a8e027c28b197a52a94132ff3e3d44ae Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 16 Aug 2016 10:39:09 -0600 Subject: [PATCH] Update Changelog and Bump Version Number for Release --- ChangeLog | 3 +++ bootstrap-salt.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a80e94f0..62f6b9c1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 2106.08.16: + * Ubuntu git mode: install all deps from SaltStack corp repo by default. (vutny) #936 + Version 2016.08.15: * Remove chris-lea python-zmq repo. (rallytime) #929 * Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 465a244aa..e39a48f3a 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.08.15" +__ScriptVersion="2016.08.16" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"