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 4, 2020
1 parent 966f8dd commit 57c38b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.5.1 / 2020-08-04

### Fixed:

* Fix a warning when running scaffold without scripts
* Force-include twig dependencies when building phar

## 3.5.0 / 2020-08-04

### 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.0';
const FALLBACK_VERSION = '3.5.1';
const COMBINED_ARGUMENTS = 'combined';
const UNNAMED_ARGUMENTS = 'unnamedArguments';

Expand Down

0 comments on commit 57c38b5

Please sign in to comment.