From 6eb01a885d5acf2cb7e0ff7a5ef8ca63d886c003 Mon Sep 17 00:00:00 2001 From: OBro1961 Date: Fri, 28 Jun 2024 13:52:26 -0500 Subject: [PATCH] Log #177 fix and bump version --- changelog.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9b4056c..b072e67 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## Chat Patches `206.6.6` for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt +- No longer compatible with 1.21 +- Fixed [#177](https://github.com/mrbuilder1961/ChatPatches/issues/177) + ## Chat Patches `206.6.5` for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt - Actually updated to Java 21 and Gradle 8.7 - Fixed copy menu rendering behind other chat elements diff --git a/gradle.properties b/gradle.properties index 84195b6..490bb29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Mod properties archives_base_name=chatpatches group=obro1961.chatpatches -version=206.6.5 +version=206.6.6 cfId=560042 mrId=MOqt4Z5n