-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ec596f
commit 94214ed
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
*/ | ||
class Mage | ||
{ | ||
const VERSION = '3.0.0'; | ||
const VERSION = '3.0.1'; | ||
const CODENAME = 'Nostromo'; | ||
} |