Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 14, 2019
1 parent 574db26 commit d260a3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d260a3a

Please sign in to comment.