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 b9ae0b7..af8fc9f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -8,7 +8,7 @@ yarn_mappings=1.20.2+build.4
 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.2