Skip to content

Commit 93dde9d

Browse files
committed
Prepare release
1 parent f527135 commit 93dde9d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.4.1 (2019-10-15)
2+
* Fix: CLI empty options override values from config file [#30](https://github.com/seregazhuk/php-watcher/pull/30)
3+
14
## 0.4.0 (2019-10-15)
25
* Fix: allow to listen to signals when running inside the docker container [#27](https://github.com/seregazhuk/php-watcher/pull/27)
36
* Feature: send custom signals to restart the app [#27](https://github.com/seregazhuk/php-watcher/pull/27)

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ final class ConsoleApplication extends Application
88
{
99
public function __construct()
1010
{
11-
parent::__construct('PHP-Watcher', '0.4.0');
11+
parent::__construct('PHP-Watcher', '0.4.1');
1212
$this->add(new WatcherCommand());
1313
}
1414

0 commit comments

Comments
 (0)