docs: Update ChangeLog and README.md for 9.6.1
diff --git a/ChangeLog b/ChangeLog
index 4a18a9b9..45dfd797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2025-08-16 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.6.1 ***
+
+ Noteworthy changes compared to the previous release, 9.6.0:
+
+ Bug fixes:
+ - EFI chainloading: Make EFI device path of loaded image relative to
+ the loaded image device handle. This now complies with the EFI
+ specification, and, amongst others, it fixes chainloading Shim.
+
+ Miscellaneous:
+ - Miscellaneous build system changes and improvements.
+ - Do not disable linker relaxations for LoongArch64.
+ - `limine` host tool: Add check to ensure that a provided GPT BIOS
+ partition is at least 32KiB in size.
+
2025-08-07 Mintsuki <mintsuki@protonmail.com>
*** Release 9.6.0 ***
diff --git a/README.md b/README.md
index bb6d477c..648bc701 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.6.0`):
+or, to clone a specific binary point release (for example `9.6.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.6.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.6.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
