diff --git a/Changelog.md b/Changelog.md index 368b6393..cd5ae534 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## 3.4.8 / 2020-07-16 + +### Fixed: + + * Clean up any cached docker container name after a task got executed. Fixes #89 + * Add php codesniffer as dev dependency + * Show available update even on linux + ## 3.4.7 / 2020-06-29 ### Fixed: diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 895dd5a9..1d7730c5 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -8,7 +8,7 @@ class Utilities { - const FALLBACK_VERSION = '3.4.7'; + const FALLBACK_VERSION = '3.4.8'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';