From c469a4cf5460e9dc5b4d0e44f9344ca19fa3b0eb Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Tue, 23 Jul 2024 00:52:34 +0100 Subject: [PATCH] feat: bump changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb11e4..ac00294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [21.0.2] + +### Added + +- Option to move the hud around on the screen [#26](https://github.com/AdvancedXRay/Auto-Clicker/issues/26) thanks to [@AdyTech99](https://github.com/AdyTech99) ([#61](https://github.com/AdvancedXRay/Auto-Clicker/pull/61)) +- Mod menu support for opening the config screen via Mod Menu [#59](https://github.com/AdvancedXRay/Auto-Clicker/issues/59) thanks to [@AdyTech99](https://github.com/AdyTech99) ([#61](https://github.com/AdvancedXRay/Auto-Clicker/pull/61)) + +### Changed + +- Better support invalid config values [#60](https://github.com/AdvancedXRay/Auto-Clicker/issues/60) thanks to [@AdyTech99](https://github.com/AdyTech99) ([#61](https://github.com/AdvancedXRay/Auto-Clicker/pull/61)) + ## [21.0.1] ### Fixed