diff --git a/Changelog.md b/Changelog.md index 484d3253..790a3125 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 3.5.4 / 2020-08-17 + +### New: + + * Allow optional script context definition of a script, this will allow to execute the script in a different context, eg in the context of the kubectl shell + ## 3.5.3 / 2020-08-11 ## Fixed: diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index bacf5056..59d1b588 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -8,7 +8,7 @@ class Utilities { - const FALLBACK_VERSION = '3.5.3'; + const FALLBACK_VERSION = '3.5.4'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';