docs: Update ChangeLog and README.md for 8.0.12
diff --git a/ChangeLog b/ChangeLog
index 6de2c958..fc1f15d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2024-09-15 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 8.0.12 ***
+
+ Noteworthy changes compared to the previous release, 8.0.11:
+
+ Bug fixes:
+ - Fix a build system problem that could cause configure failures if
+ STRIP variable set to an absolute path.
+
+ Miscellaneous:
+ - Updates for "freestanding-headers" being rebranded to
+ "freestnd-c-hdrs-0bsd".
+ - Updates for "limine-efi" being rebranded to "nyu-efi".
+
2024-09-10 mintsuki <mintsuki@protonmail.com>
*** Release 8.0.11 ***
diff --git a/README.md b/README.md
index 4e8b817d..1b8d0fe0 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.11`):
+or, to clone a specific binary point release (for example `8.0.12`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.11-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.0.12-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
