diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b99eb36..946b87f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 2.1.0 05/27/2020 + +* Symfony 5 support. (#940) + ### 2.0.4 - 2.0.5 05/22/2020 * Class ZipArchive does not have a constructor by Viktor Szépe (#902) diff --git a/src/Robo.php b/src/Robo.php index 6fd58de0a..e66b034d5 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -21,7 +21,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '2.0.7-dev'; + const VERSION = '2.1.0-dev'; /** * The currently active container object, or NULL if not initialized yet.