diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6b473d..baaecf09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ CHANGELOG for 3.x ================= -* 3.0.0 (2017-01-xx) +* 3.0.1 (2017-01-10) + * [BUGFIX] [#350] [#353] Fix escape issue when commands are sent through SSH + +* 3.0.0 (2017-01-31) * v3 series release diff --git a/src/Mage.php b/src/Mage.php index 18d62ebd..4e825121 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ */ class Mage { - const VERSION = '3.0.0'; + const VERSION = '3.0.1'; const CODENAME = 'Nostromo'; }