diff --git a/CHANGELOG.md b/CHANGELOG.md index 2beb0d2..199243e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.0.6 - * WIP + * Undid `proc_open()` changes as it broke error capturing ## 1.0.5 diff --git a/src/Command.php b/src/Command.php index 1b0558a..d30b3f7 100644 --- a/src/Command.php +++ b/src/Command.php @@ -7,7 +7,7 @@ * This class represents a shell command. * * @author Michael Härtl - * @version 1.0.6-dev + * @version 1.0.6 * @license http://www.opensource.org/licenses/MIT */ class Command