diff --git a/CHANGELOG.md b/CHANGELOG.md index 141703ed50..4bc9cd02d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release 1.4.1 + +Fixes +* Fixed color terminal solver not working for light blue color by @ExternalTime in #27 +* Cleaning in PriceInfoTooltip by @Zailer43 in #26 + +New Contributor +* @Zailer43 made their first contribution in #26 + +Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.4.0...v1.4.1 +___ # Release 1.4.0 New features diff --git a/gradle.properties b/gradle.properties index 6b234d16a8..5fedd9a05b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=5.0.38 mod_menu_version=2.0.4 # Mod Properties -mod_version = 1.4.0 +mod_version = 1.4.1 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ \ No newline at end of file