docs: Update ChangeLog and README.md for 9.5.3
diff --git a/ChangeLog b/ChangeLog
index 942382d9..c1ce0441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2025-08-04 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.5.3 ***
+
+ Noteworthy changes compared to the previous release, 9.5.2:
+
+ Bug fixes:
+ - Miscellaneous build system fixes, mainly to sort out possible issues
+ introduced by 9.5.2.
+
2025-08-01 Mintsuki <mintsuki@protonmail.com>
*** Release 9.5.2 ***
diff --git a/README.md b/README.md
index c54469e7..ac0f18dc 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.5.2`):
+or, to clone a specific binary point release (for example `9.5.3`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.2-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.3-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
