docs: Update ChangeLog and README.md for 7.5.0
diff --git a/ChangeLog b/ChangeLog
index 3a37e3b5..2e527f6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2024-05-03 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.5.0 ***
+
+ Noteworthy changes compared to the previous release, 7.4.1:
+
+ New features:
+ - Limine boot protocol: Add support for requests start marker, to
+ complement the previously called delimiter, now renamed to "end
+ marker".
+ - Limine boot protocol: Add base revision 2. The sole difference
+ compared to base revision 1 being that it mandates bootloaders to
+ support request delimiters.
+
+ Bug fixes:
+ - Fix an issue regarding commit date parsing in the bootstrap script.
+
+ Miscellaneous:
+ - General documentation updates and improvements; split USAGE.md from
+ README.md and install the former only.
+
2024-04-29 mintsuki <mintsuki@protonmail.com>
*** Release 7.4.1 ***
diff --git a/README.md b/README.md
index e93b668c..84845836 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,9 @@ For example, to clone the latest binary release of the `7.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `7.4.1`):
+or, to clone a specific binary point release (for example `7.5.0`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.4.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.5.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
