Skip to content

Commit

Permalink
chore: Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jul 5, 2022
1 parent a146b65 commit 7361242
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changelog

## 3.7.14 / 2022-07-05

### Fixes:

* fix(script-execution-context): Create unique project-name for docker-compose-run


## 3.7.13 / 2022-06-08

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Utilities
{

const FALLBACK_VERSION = '3.7.13';
const FALLBACK_VERSION = '3.7.14';
const COMBINED_ARGUMENTS = 'combined';
const UNNAMED_ARGUMENTS = 'unnamedArguments';

Expand Down

0 comments on commit 7361242

Please sign in to comment.