diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1f437e6..6fe4e1a 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -10,6 +10,10 @@ Maintainers: Change Log ---------- +### [0.2.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.7...0.2.8) + +* Improved command registration to provided more accurate error messages if a command cannot be registered. +* Improved Travis CI to only test the master branch. ### [0.2.7](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.6...0.2.7) diff --git a/init/msm b/init/msm index 0755c76..417a4cf 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.2.7 Beta" +VERSION="0.2.8 Beta" ### Config variables the user should not need/want to change