diff --git a/changelog.md b/changelog.md index 30533032..242b4016 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +------------------------------------------------------ +Version 0.6.0 +------------------------------------------------------ +**Fixes** +- Fixed fake players preventing real players from skipping the night +- Fixed fake players broadcasting advancements + ------------------------------------------------------ Version 0.5.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index a9ad19aa..49c4f2cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ org.gradle.jvmargs = -Xmx5G mod_name = Automatone -mod_version = 0.5.0 +mod_version = 0.6.0 maven_group = io.github.ladysnake minecraft_version=1.18.1