docs: Update ChangeLog and README.md for 11.4.1
diff --git a/ChangeLog b/ChangeLog
index 6a5b50ea..e3dfa86c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2026-04-20 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 11.4.1 ***
+
+ Noteworthy changes compared to the previous release, 11.4.0:
+
+ Bug fixes:
+ - Fix an issue with the limlz compressor/decompressor that could cause
+ spurious failures ("limine integrity error") on the legacy x86 BIOS
+ port.
+ - Portability fixes for the `limlzpack` build-time tool (mainly fixing
+ it on big-endian build systems).
+ - Miscellaneous bug fixes.
+
2026-04-19 Mintsuki <mintsuki@protonmail.com>
*** Release 11.4.0 ***
diff --git a/README.md b/README.md
index 14877260..0241d19e 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://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `11.4.0`):
+or, to clone a specific binary point release (for example `11.4.1`):
```bash
-git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.0-binary --depth=1
+git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
