Skip to content

Commit

Permalink
Prepare for v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-montanez committed Feb 19, 2021
1 parent eae991d commit 9e47479
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
@@ -1,9 +1,18 @@
CHANGELOG for 4.X
=================

* 4.1.0 (2021-02-19)
* PHP 8 and Symfony 5 compatibility [PR#448]
* Timeout option for SSH [PR#436]
* Improve compatibility with Windows [PR#434] [PR#429]
* Improve config load [PR#422]
* Bug fixes [PR#448] [PR#424]
* Readme Update [PR#438]


* 4.0.0 (2018-04-02)
* v4 series release
* Refactored for Symfony 4 and PHP 7.1
* Symfony Pool Clear task added
* Symfony Pool Prune task added
* Symfony Assetic task removed
* v4 series release
* Refactored for Symfony 4 and PHP 7.1
* Symfony Pool Clear task added
* Symfony Pool Prune task added
* Symfony Assetic task removed
2 changes: 1 addition & 1 deletion src/Mage.php
Expand Up @@ -17,6 +17,6 @@
*/
class Mage
{
const VERSION = '4.0.0';
const VERSION = '4.1.0';
const CODENAME = 'Discovery One';
}

0 comments on commit 9e47479

Please sign in to comment.