docs: Update ChangeLog and README.md for 7.0.3
diff --git a/ChangeLog b/ChangeLog
index 74d3b84d..c7485d22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2024-02-08 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.0.3 ***
+
+ Noteworthy changes compared to the previous release, 7.0.2:
+
+ Bug fixes:
+ - multiboot2 protocol: Do not panic if there is a ENTRY_ADDRESS_EFI64
+ tag, but there is a valid alternatve entry point. This further aligns
+ our behaviour with GRUB2.
+
+ Miscellaneous:
+ - Terminal: Significantly improve serial and fallback UEFI console's
+ rendition (especially colour palettes).
+ - Serial: Add a baud rate config setting for Limine's BIOS version.
+
2024-01-26 mintsuki <mintsuki@protonmail.com>
*** Release 7.0.2 ***
diff --git a/README.md b/README.md
index 08346800..ddc7ecd7 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ For example, to clone the latest binary release, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=binary --depth=1
```
-or, to clone a specific binary point release (for example `7.0.2`):
+or, to clone a specific binary point release (for example `7.0.3`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.2-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.3-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
