From 5a93e45fee1213dac70fc714d9319fe225649d44 Mon Sep 17 00:00:00 2001 From: Steveplays28 Date: Thu, 7 Dec 2023 18:56:01 +0100 Subject: [PATCH] chore: Write changelog and bump version number to `v1.10.0` --- CHANGELOG.md | 11 +++++++++++ CHANGELOG_LATEST.md | 9 +++------ gradle.properties | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0485c..18578a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0` - 07/12/2023 + +### Added + +- Better Clouds compatibility + - The `cloudSpeedMultiplier` config option was renamed to `worldRendererTickSpeedMultiplier` + +### Fixed + +- Outdated translations in some versions of Realistic Sleep + ## `v1.9.2` - 01/12/2023 ### Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index db34cd6..708b227 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,11 +1,8 @@ ### Added -- Cauldron dripstone tick speedup - - Uses the precipitation tick speed multiplier in the config -- Serverside translation support - - Uses the [Server Translation API](https://github.com/NucleoidMC/Server-Translations) +- Better Clouds compatibility + - The `cloudSpeedMultiplier` config option was renamed to `worldRendererTickSpeedMultiplier` ### Fixed -- Cauldron precipitation not taking dripstone into account - - Cauldron precipitation now checks if dripstone can drip into the cauldron +- Outdated translations in some versions of Realistic Sleep diff --git a/gradle.properties b/gradle.properties index 5abc06d..c03f09b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1 loader_version=0.14.10 # Mod Properties -mod_version=1.9.2 +mod_version=1.10.0 maven_group=com.github.steveplays28 archives_base_name=realisticsleep supported_minecraft_version=>=1.20 <=1.20.1