diff options
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e81a2e4e..aec2df21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release 1.20.1 + +## Highlight +* vic (the cat) made two fixes + * fix end hud + * added missing farming tool for detection in garden hud + +## What's Changed +* Translations update from hysky translate by @Weblate-LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/666 +* fix garden icons and clamp the progress bar by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/668 +* fix and things for end hud by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/667 + + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.20.0...v1.20.1 + +___ # Release 1.20.0 ## Highlight diff --git a/gradle.properties b/gradle.properties index a7d4c0c3..d7e879d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ jgit_version = 6.8.0.202311291450-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.20.0 +mod_version = 1.20.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |