docs: Update ChangeLog and README.md for 11.2.1
diff --git a/ChangeLog b/ChangeLog
index 88f84077..9614e188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2026-04-04 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 11.2.1 ***
+
+ Noteworthy changes compared to the previous release, 11.2.0:
+
+ Bug fixes:
+ - Revert Secure Boot enforcement policy for configuration file hash
+ and other file hashes. This broke semantic versioning, so the fair
+ thing to do is to revert it and move on to 12.x afterwards.
+ - Add workaround for VMware optical drive detection on BIOS.
+
2026-04-02 Mintsuki <mintsuki@protonmail.com>
*** Release 11.2.0 ***
diff --git a/README.md b/README.md
index b71d7f22..31440d63 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v11.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `11.2.0`):
+or, to clone a specific binary point release (for example `11.2.1`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v11.2.0-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v11.2.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
