docs: Update ChangeLog and README.md for 7.0.5
diff --git a/ChangeLog b/ChangeLog
index 65d7091e..dae12e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-02-15 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.0.5 ***
+
+ Noteworthy changes compared to the previous release, 7.0.4:
+
+ Bug fixes:
+ - Build system related fixes and improvements. This fixes an issue that
+ caused Limine 7.0.4 to fail building on Busybox systems.
+
2024-02-14 mintsuki <mintsuki@protonmail.com>
*** Release 7.0.4 ***
diff --git a/README.md b/README.md
index 079a75fa..58a9dfce 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.4`):
+or, to clone a specific binary point release (for example `7.0.5`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.4-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.5-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
