docs: Update ChangeLog and README.md for 10.6.2
diff --git a/ChangeLog b/ChangeLog
index 4d591d86..4263df49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2026-01-07 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 10.6.2 ***
+
+ Noteworthy changes compared to the previous release, 10.6.1:
+
+ Bug fixes:
+ - Fix a bug where a buffer holding a configuration file option's value
+ was erroneously overwritten. This affected x86 BIOS builds only, and
+ it would be triggered if the `serial_baudrate` configuration file
+ option was used.
+
2026-01-05 Mintsuki <mintsuki@protonmail.com>
*** Release 10.6.1 ***
diff --git a/README.md b/README.md
index 214933d2..f5989426 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `10.6.1`):
+or, to clone a specific binary point release (for example `10.6.2`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.1-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
