From 57c38b529ec902ec67787fa12c1b818af4c95f31 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Tue, 4 Aug 2020 21:45:36 +0200 Subject: [PATCH] Bump version number, update change log --- Changelog.md | 7 +++++++ src/Utilities/Utilities.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 811f312d..96ad921a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index ad7eba7c..825a01b5 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -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';