docs: Update ChangeLog and README.md for 9.6.2
diff --git a/ChangeLog b/ChangeLog
index 45dfd797..fea96b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2025-08-30 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.6.2 ***
+
+ Noteworthy changes compared to the previous release, 9.6.1:
+
+ Miscellaneous:
+ - The Limine project has moved its home to Codeberg.
+ - Nyu-EFI was rebranded to PicoEFI.
+ - Minor build system improvements and subproject bumps.
+
2025-08-16 Mintsuki <mintsuki@protonmail.com>
*** Release 9.6.1 ***
diff --git a/README.md b/README.md
index e4e7c6ff..0c269e89 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://codeberg.org/Limine/Limine.git --branch=v9.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `9.6.1`):
+or, to clone a specific binary point release (for example `9.6.2`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.1-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
