Skip to content

Commit

Permalink
Update changelog, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jul 16, 2020
1 parent b8283ae commit 3a1938c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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:
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.4.7';
const FALLBACK_VERSION = '3.4.8';
const COMBINED_ARGUMENTS = 'combined';
const UNNAMED_ARGUMENTS = 'unnamedArguments';

Expand Down

0 comments on commit 3a1938c

Please sign in to comment.