docs: Update ChangeLog and README.md for 8.0.13
diff --git a/ChangeLog b/ChangeLog
index fc1f15d9..90922af8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-09-18 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 8.0.13 ***
+
+ Noteworthy changes compared to the previous release, 8.0.12:
+
+ Bug fixes:
+ - multiboot2: Fix handling of relocatable kernels.
+
2024-09-15 mintsuki <mintsuki@protonmail.com>
*** Release 8.0.12 ***
diff --git a/README.md b/README.md
index 1b8d0fe0..7f67cdc2 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `8.0.12`):
+or, to clone a specific binary point release (for example `8.0.13`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.12-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.13-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
