docs: Update ChangeLog and README.md for 10.2.0
diff --git a/ChangeLog b/ChangeLog
index b2d26939..c1667714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2025-10-26 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 10.2.0 ***
+
+ Noteworthy changes compared to the previous release, 10.1.1:
+
+ New features:
+ - Implement base revision 4 of the Limine boot protocol as per
+ documentation (read documentation for specific details).
+ Bug fixes:
+ - "Fix" multiboot1 framebuffer structure to match GRUB instead of the
+ multiboot1 specification.
+
2025-10-13 Mintsuki <mintsuki@protonmail.com>
*** Release 10.1.1 ***
diff --git a/README.md b/README.md
index d0164e7e..27e16452 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.1.1`):
+or, to clone a specific binary point release (for example `10.2.0`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.1.1-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.2.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
