diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0a0e3..49d2b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## `v1.10.1` - 09/12/2023 + +### Fixed + +- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers +- Incorrect translation for the `worldRendererTickSpeedMultiplier` + ## `v1.10.0` - 07/12/2023 ### Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index a21b311..6a9cb67 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,8 +1,4 @@ -### Added - -- Better Clouds compatibility - - Renamed the `cloudSpeedMultiplier` config option to `worldRendererTickSpeedMultiplier` - ### Fixed -- Outdated translations in some versions of Realistic Sleep +- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers +- Incorrect translation for the `worldRendererTickSpeedMultiplier` diff --git a/gradle.properties b/gradle.properties index ed0def7..87b61b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.19.2+build.28 loader_version=0.14.10 # Mod Properties -mod_version=1.10.0 +mod_version=1.10.1 maven_group=com.github.steveplays28 archives_base_name=realisticsleep supported_minecraft_version=>=1.19 <=1.19.2