docs: Update ChangeLog and README.md for 9.2.0
diff --git a/ChangeLog b/ChangeLog
index 5ca98d8a..53491c9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2025-03-16 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.2.0 ***
+
+ Noteworthy changes compared to the previous release, 9.1.3:
+
+ New features:
+ - Introduce initial support for the Boot Loader Interface
+ specification.
+ - Add /EFI/limine/limine.conf to the paths tried for config file when
+ using EFI.
+
+ Miscellaneous:
+ - Do not try config path /EFI/BOOT/limine.conf unless booted using EFI.
+
2025-03-13 mintsuki <mintsuki@protonmail.com>
*** Release 9.1.3 ***
diff --git a/README.md b/README.md
index c2d59833..f7c3f7b4 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.1.3`):
+or, to clone a specific binary point release (for example `9.2.0`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.1.3-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
