diff --git a/docs/source/changelog/index.rst b/docs/source/changelog/index.rst index 3969342..445355c 100644 --- a/docs/source/changelog/index.rst +++ b/docs/source/changelog/index.rst @@ -9,4 +9,5 @@ Changelogs :maxdepth: 1 v1.4 - v1.5 \ No newline at end of file + v1.5 + v1.6 \ No newline at end of file diff --git a/docs/source/changelog/v1.6.rst b/docs/source/changelog/v1.6.rst new file mode 100644 index 0000000..10ee06b --- /dev/null +++ b/docs/source/changelog/v1.6.rst @@ -0,0 +1,20 @@ +.. include:: ../common.rst + +.. _minecraftmanager_v1.6: + +MinecraftManager v1.6 +===================== + +Additions +--------- +* `Log Rotation`_- Global/Staff logs now rotate. +* `Native OreAlert`_- OreAlert is now provided as a plugin service instead of a bot. + +.. _Log Rotation: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/11 +.. _Native OreAlert: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/8 + +Bug Fixes +--------- +* None + + diff --git a/pom.xml b/pom.xml index 54e836c..eb19c43 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xyz.etztech MinecraftManager - 1.5 + 1.6 jar