docs: Update ChangeLog and README.md for 8.0.2
diff --git a/ChangeLog b/ChangeLog
index 2ac0db57..39193ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-08-08 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 8.0.2 ***
+
+ Noteworthy changes compared to the previous release, 8.0.1:
+
+ Bug fixes:
+ - Menu: Miscellaneous cosmetic fixes.
+ - Editor: Fix input and displaying of tab characters.
+
+ Miscellaneous:
+ - Config: Accept tab characters as whitespace after option colon.
+
2024-08-05 mintsuki <mintsuki@protonmail.com>
*** Release 8.0.1 ***
diff --git a/README.md b/README.md
index 1fa96593..231704fa 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `8.0.1`):
+or, to clone a specific binary point release (for example `8.0.2`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
