docs: Update ChangeLog and README.md for 7.0.4
diff --git a/ChangeLog b/ChangeLog
index c7485d22..65d7091e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-02-14 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.0.4 ***
+
+ Noteworthy changes compared to the previous release, 7.0.3:
+
+ Bug fixes:
+ - Minor build system related fixes and improvements.
+
+ Miscellaneous:
+ - Significantly improve reproducibility of builds.
+
2024-02-08 mintsuki <mintsuki@protonmail.com>
*** Release 7.0.3 ***
diff --git a/README.md b/README.md
index ddc7ecd7..079a75fa 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.3`):
+or, to clone a specific binary point release (for example `7.0.4`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.3-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.4-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
