diff --git a/CHANGELOG.md b/CHANGELOG.md index aec2df212f..55d92e6e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release 1.20.2 + +## Highlight +* fix item repo + +## What's Changed +* Fix item repo NPE by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/673 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.20.1...v1.20.2 +___ # Release 1.20.1 ## Highlight diff --git a/gradle.properties b/gradle.properties index d7e879d813..ce2fbd8900 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.1 +mod_version = 1.20.2 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ