Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Oct 15, 2019
1 parent eaa9857 commit 9211e31
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,3 +1,7 @@
## 0.4.0 (2019-10-15)
* Fix: allow to liten to signals when running inside the docker container [#27](https://github.com/seregazhuk/php-watcher/pull/27)
* Feature: send custom signals to restart the app [#27](https://github.com/seregazhuk/php-watcher/pull/27)

## 0.3.1 (2019-10-10)
* Fix: autoload path inside watcher.php fixed for composer project
installation ([#16](https://github.com/seregazhuk/php-watcher/pull/16)) by [gorbunov](https://github.com/gorbunov)
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ final class ConsoleApplication extends Application
{
public function __construct()
{
parent::__construct('PHP-Watcher', '0.3.0');
parent::__construct('PHP-Watcher', '0.4.0');
$this->add(new WatcherCommand());
}

Expand Down

0 comments on commit 9211e31

Please sign in to comment.