diff --git a/Changelog.md b/Changelog.md index 83823c6f..5ed5e5e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,19 @@ # Changelog -## 3.x +## 3.2.0 / 2019-10-14 -### Changed - - * Refactored and renamed method `ftp-sync` to `artifacts--ftp` in preparation of artifacts--git. +### New: -### New * `rootFolder` is set by default now to the folder where the fabfile is located. * All context variables are exposed as replacement patterns for using in scripts. * new method `artifacts--git` to build an artifact and push it to a git repository, see new documentation about artifacts. + * Update documentation regarding the new artifact workflow + +### Changed + + * Refactored and renamed method `ftp-sync` to `artifacts--ftp` in preparation of artifacts--git. Be aware that you might need to change existing configuration! + +### New ## 3.1.0 / 2019-09-27 diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 845ca3fc..7576f4e3 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -5,7 +5,7 @@ class Utilities { - const FALLBACK_VERSION = '3.0.21'; + const FALLBACK_VERSION = '3.2.0'; public static function mergeData(array $data, array $override_data): array {