docs: Update ChangeLog and README.md for 7.0.2
diff --git a/ChangeLog b/ChangeLog
index 85432be1..74d3b84d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2024-01-26 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.0.2 ***
+
+ Noteworthy changes compared to the previous release, 7.0.1:
+
+ Bug fixes:
+ - Fix a cosmetic bug in the menu where, when the editor was disabled,
+ the controls showed "ENTER Expand" even for boot entries instead of
+ only for menu directories.
+
+ Miscellaneous:
+ - Exclusively use git for obtaining dependencies in "bootstrap" script.
+
2024-01-22 mintsuki <mintsuki@protonmail.com>
*** Release 7.0.1 ***
diff --git a/README.md b/README.md
index 0658bd38..08346800 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ For example, to clone the latest binary release, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=binary --depth=1
```
-or, to clone a specific binary point release (for example `7.0.1`):
+or, to clone a specific binary point release (for example `7.0.2`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
