docs: Update ChangeLog and README.md for 9.5.1
diff --git a/ChangeLog b/ChangeLog
index 47d73bb0..aa49e491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2025-07-29 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.5.1 ***
+
+ Noteworthy changes compared to the previous release, 9.5.0:
+
+ Bug fixes:
+ - Unbreak build using ld.gold as linker.
+
+ Miscellaneous:
+ - Miscellaneous build system updates and improvements.
+
2025-07-14 Mintsuki <mintsuki@protonmail.com>
*** Release 9.5.0 ***
diff --git a/README.md b/README.md
index 79299cae..4b8046b8 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `9.5.0`):
+or, to clone a specific binary point release (for example `9.5.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
