diff --git a/CHANGELOG.md b/CHANGELOG.md index e83f1f0..fc7c9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1] (2020-04-13) +### Fixed +- `Process` instantiation with array instead of string + ## [2.0.0] (2019-12-05) ### Added - own simple `FileWatcher` class @@ -28,4 +32,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] (2017-09-11) ### Added - Basic functionality -- PHP 7.0 dependency \ No newline at end of file +- PHP 7.0 dependency