From 1dacb5eb33f72d4006762b11edc8ce711297a5dc Mon Sep 17 00:00:00 2001 From: Ch3LL Date: Wed, 15 Aug 2018 14:19:21 -0400 Subject: [PATCH] Changelog for 2018.08.15 release --- ChangeLog | 3 +++ bootstrap-salt.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 76195fa..c94a040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Version TBD (In Progress on the Develop Branch): +Version 2018.08.15: + * Add tests using kitchen-salt #1279 + Version 2018.08.13: * Fedora Py3 fixes (The-Loeki) #1273 * Handle commented lines in the requirements files for pip pkgs (rallytime) #1271 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 687c1b3..93b47eb 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2018.08.13" +__ScriptVersion="2018.08.15" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"