docs: Update ChangeLog and README.md for 10.5.0
diff --git a/ChangeLog b/ChangeLog
index bec511d0..fd3aa9aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2025-12-11 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 10.5.0 ***
+
+ Noteworthy changes compared to the previous release, 10.4.0:
+
+ New features:
+ - Add new `interface_help_colour` global configuration file option to
+ allow changing the colour of "helper" messages in the interface.
+ - Add new `interface_rotation` global configuration option to allow
+ rotating the output interface be 0, 90, 180, or 270 degrees.
+
2025-11-30 Mintsuki <mintsuki@protonmail.com>
*** Release 10.4.0 ***
diff --git a/README.md b/README.md
index b43da291..e4f65fab 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `10.4.0`):
+or, to clone a specific binary point release (for example `10.5.0`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.4.0-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.5.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
