Skip to content

Commit

Permalink
CHANGELOG for Robo 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed May 27, 2020
1 parent 1d285d7 commit c524fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c524fa2

Please sign in to comment.