Skip to content

Commit

Permalink
Bump version number, update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Aug 17, 2020
1 parent 607a12d commit 74eb42c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 74eb42c

Please sign in to comment.