diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e842b..9a151aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.1 (2019-11-03) +* Fix: ability to disable the spinner [#48](https://github.com/seregazhuk/php-watcher/pull/48) + ## 0.5.0 (2019-11-01) * Feature: watching whether the script is alive [#47](https://github.com/seregazhuk/php-watcher/pull/47) diff --git a/src/ConsoleApplication.php b/src/ConsoleApplication.php index ea20af1..8aef978 100644 --- a/src/ConsoleApplication.php +++ b/src/ConsoleApplication.php @@ -7,7 +7,7 @@ final class ConsoleApplication extends Application { public const NAME = 'PHP-Watcher'; - public const VERSION = '0.5.0'; + public const VERSION = '0.5.1'; public function __construct() {