diff --git a/CHANGELOG.md b/CHANGELOG.md index bf86ef7..7c7a8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2` - 05/01/2024 + +### Changed + +- Russian translation (by [MushroomMif](https://github.com/MushroomMif) in [PR #57](https://github.com/Steveplays28/realisticsleep/pull/57)) + ## `v1.10.1` - 09/12/2023 ### Fixed diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 6a9cb67..44929a9 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,4 +1,3 @@ -### Fixed +### Changed -- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers -- Incorrect translation for the `worldRendererTickSpeedMultiplier` +- Russian translation (by [MushroomMif](https://github.com/MushroomMif) in [PR #57](https://github.com/Steveplays28/realisticsleep/pull/57)) diff --git a/gradle.properties b/gradle.properties index 1efeec7..2aee987 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ yarn_mappings=1.20.3+build.1 loader_version=0.14.10 # Mod properties -mod_version=1.10.1 +mod_version=1.10.2 maven_group=com.github.steveplays28 archives_base_name=realisticsleep supported_minecraft_version=>=1.20.3 <=1.20.4