Skip to content

Commit

Permalink
Update CHANGELOG and version number to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrombauts committed Jun 3, 2020
1 parent 23fde99 commit fd3cdf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ in 1.x versions.
To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-console/commit/xxx where xxx is the change hash.
To view the diff between two versions, go to https://github.com/joomlatools/joomlatools-console/compare/v1.0.0...v1.0.1

* 1.5.8 (2020-06-03)
* Added - Add JOOMLATOOLS_CONSOLE_HOME environment variable [#120](https://github.com/joomlatools/joomlatools-console/issues/120)

* 1.5.7 (2020-05-27)
* Fixed - Fix --use-webroot-dir in site:create [#121](https://github.com/joomlatools/joomlatools-console/issues/121)

Expand Down
2 changes: 1 addition & 1 deletion src/Joomlatools/Console/Application.php
Expand Up @@ -11,7 +11,7 @@ class Application extends \Symfony\Component\Console\Application
*
* @var string
*/
const VERSION = '1.5.7';
const VERSION = '1.5.8';

/**
* Application name
Expand Down

0 comments on commit fd3cdf3

Please sign in to comment.