diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff4d98..e02cd1b 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). +## `v2.2.0` - 21/06/2024 + +### Added + +- Minecraft 1.21 compatibility + ## `v2.1.0` - 26/05/2024 ### Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index f128fe1..a8f0a56 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,8 +1,3 @@ ### Added -- Minecraft 1.20.5-1.20.6 compatibility - -### Changed - -- Removed Forge support - - On 1.20.5 and up only +- Minecraft 1.21 compatibility diff --git a/gradle.properties b/gradle.properties index d9ba691..479e6e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ mod_namespace=noisium mod_name=Noisium mod_description=Optimises worldgen performance for a better gameplay experience. mod_license=LGPL-3.0 -mod_version=2.1.0 +mod_version=2.2.0 supported_minecraft_version=>=1.20.2 <=1.20.4 supported_minecraft_version_name=1.20.2-1.20.4