Update Changelog and Version

This commit is contained in:
Andrés Montañez 2017-02-10 23:24:16 -03:00
parent 6ec596f9a9
commit 94214ed076
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -17,6 +17,6 @@ namespace Mage;
*/
class Mage
{
const VERSION = '3.0.0';
const VERSION = '3.0.1';
const CODENAME = 'Nostromo';
}