Browse Source

Update Changelog and Version

pull/1/head 3.0.1
Andrés Montañez 8 years ago
parent
commit
94214ed076
  1. 5
      CHANGELOG.md
  2. 2
      src/Mage.php

5
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

2
src/Mage.php

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

Loading…
Cancel
Save