diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b555d..6405c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.0.5 - * TBD + * Improve `proc_open()` pipe configuration ## 1.0.4 diff --git a/src/Command.php b/src/Command.php index 51c95d4..aac6105 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.5-dev + * @version 1.0.5 * @license http://www.opensource.org/licenses/MIT */ class Command