From 6a48129c0ecf613862d3a31c1d8a545b6d4377ea Mon Sep 17 00:00:00 2001 From: Tristan Donkers Date: Wed, 7 Oct 2015 17:20:38 +1100 Subject: [PATCH] bumped version and update changelog --- CHANGELOG.markdown | 8 ++++++++ init/msm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 8dbc094..efef848 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -6,6 +6,14 @@ Visit https://github.com/msmhq/msm for more information. Change Log ---------- +### [0.9.4](https://github.com/msmhq/msm/compare/0.9.3...0.9.4) + +* Added versioning support for the following properties. [#310][#310] + LOG_PATH;WHITELIST_PATH;BANNED_PLAYERS_PATH;BANNED_IPS_PATH;OPS_PATH;OPS_LIST; +* Moved LOG_PATH to the version files. + +[#310]: https://github.com/msmhq/msm/pull/310 + ### [0.9.3](https://github.com/msmhq/msm/compare/0.9.2...0.9.3) * Added pre and post 1.7.0 log support [#308][#308] diff --git a/init/msm b/init/msm index bd10df8..a7029f2 100755 --- a/init/msm +++ b/init/msm @@ -28,7 +28,7 @@ # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.9.3" +VERSION="0.9.4" # Source, if it exists, the msm profile.d script