diff --git a/CHANGELOG.md b/CHANGELOG.md index 8300b625..ef9a1fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [2101.1.2] + +### Fixed +* Fixed a rare server-side crash which can occur when new (as in, never on this server before) players join the server + * Timing issue with FTB Teams initialising their team data for the first time + ## [2101.1.1] ### Added diff --git a/gradle.properties b/gradle.properties index ba678b32..e4b3df63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ maven_group=dev.ftb.mods mod_author=FTB Team # Build time -mod_version=2101.1.1 +mod_version=2101.1.2 minecraft_version=1.21.1 # Cross env