Update Changelog and Bump Version Number for Release

This commit is contained in:
rallytime 2016-08-16 10:39:09 -06:00
parent 4cd02d40af
commit a240a9b1a8
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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"