Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Oct 15, 2019
1 parent f527135 commit 93dde9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1 (2019-10-15)
* Fix: CLI empty options override values from config file [#30](https://github.com/seregazhuk/php-watcher/pull/30)

## 0.4.0 (2019-10-15)
* Fix: allow to listen 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)
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.4.0');
parent::__construct('PHP-Watcher', '0.4.1');
$this->add(new WatcherCommand());
}

Expand Down

0 comments on commit 93dde9d

Please sign in to comment.