diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 238db22..1ea196d 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,15 @@ Maintainers: Change Log ---------- +### [0.4.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.4...0.4.0) + +* Added the ` give [amount] [data]` command. Closes [#34][#34]. Thanks to [@Vi3GameHkr][@Vi3GameHkr] for the suggestion. +* Added the ` xp ` command. +* Fixed the `gamemode`, `cmd` and `cmdlog` server commands *again*. They now accept multiple arguments as intented. + +[@Vi3GameHkr]: https://github.com/Vi3GameHkr +[#34]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/34 + ### [0.3.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.3...0.3.4) * Fixed the `gamemode`, `cmd` and `cmdlog` server commands. They were not previously accessable. diff --git a/init/msm b/init/msm index d287b9a..519dc56 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.3.4" +VERSION="0.4.0" ### Config variables the user should not need/want to change