From b96c8b8bbb62d4a1e4686d9701b2b2d257063192 Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Sat, 22 Jun 2024 16:11:51 +0100 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb3f3b..efb11e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [21.0.1] + +### Fixed + +- Correctly unpress buttons we were holding [#54](https://github.com/AdvancedXray/Auto-clicker/issues/54) thanks to [@AdyTech99](https://github.com/AdyTech99) +- Auto clicker attackas entities that are in the dying stage [#55](https://github.com/AdvancedXray/Auto-clicker/issues/55) thanks to [@AdyTech99](https://github.com/AdyTech99) +- Auto clicker will continue to attack entities that have died [#56](https://github.com/AdvancedXray/Auto-clicker/issues/56) thanks to [@AdyTech99](https://github.com/AdyTech99) +- Disable autoclicker on death [#57](https://github.com/AdvancedXray/Auto-clicker/issues/57) thanks to [@AdyTech99](https://github.com/AdyTech99) + + ## [21.0.0] ### Changes diff --git a/gradle.properties b/gradle.properties index 6596d6c..507d083 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.parallel=true minecraft_version=1.21 yarn_mappings=1.21+build.1 # Mod Properties -mod_version=21.0.0 +mod_version=21.0.1 maven_group=pro.mikey.mods archives_base_name=auto-clicker-fabric # Dependencies