docs: Update ChangeLog and README.md for 7.3.1
diff --git a/ChangeLog b/ChangeLog
index 8d7042e9..0a847cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-04-11 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.3.1 ***
+
+ Noteworthy changes compared to the previous release, 7.3.0:
+
+ Bug fixes:
+ - Fix a minor issue with scrolling when using the EFI console fallback.
+
+ Miscellaneous:
+ - Bump the Flanterm revision to current latest.
+ - Some dead code removal.
+
2024-03-31 mintsuki <mintsuki@protonmail.com>
*** Release 7.3.0 ***
diff --git a/README.md b/README.md
index 3bb98d90..c66f6a2b 100644
--- a/README.md
+++ b/README.md
@@ -67,9 +67,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.3.0`):
+or, to clone a specific binary point release (for example `7.3.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.3.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.3.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
