docs: Update ChangeLog and README.md for 9.1.0
diff --git a/ChangeLog b/ChangeLog
index 4e6d381b..b5f16e8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2025-03-07 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.1.0 ***
+
+ Noteworthy changes compared to the previous release, 9.0.1:
+
+ New features:
+ - `limine` host tool: When using the `bios-install` command on an
+ ISOHYBRID with a GPT, automatically convert it to MBR, if possible
+ and unless explicitly disabled, in order to enhance compatibility of
+ said ISOHYBRIDs with many systems (of note, Lenovo Thinkpads).
+
2025-02-25 mintsuki <mintsuki@protonmail.com>
*** Release 9.0.1 ***
diff --git a/README.md b/README.md
index 43af088b..c5cddd82 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,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.0.1`):
+or, to clone a specific binary point release (for example `9.1.0`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.0.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.1.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
