docs: Update ChangeLog and README.md for 9.2.1
diff --git a/ChangeLog b/ChangeLog
index 448ea16e..82d9105b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2025-03-25 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.2.1 ***
+
+ Noteworthy changes compared to the previous release, 9.2.0:
+
+ Miscellaneous:
+ - Dynamically allocate volume index instead of relying on a hard coded
+ limit and a fixed allocation. This fixes potential panics or failure
+ to access volumes on systems with a lot of drives/partitions.
+ - Limine boot protocol/ELF: Print the name of unresolved symbols on
+ panic.
+
2025-03-16 Mintsuki <mintsuki@protonmail.com>
*** Release 9.2.0 ***
diff --git a/README.md b/README.md
index a6b2e9f0..d856cfbb 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.2.0`):
+or, to clone a specific binary point release (for example `9.2.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
