docs(changelog): changelog for lts-v2.10.18 release

Change-Id: I7ce19000b6d234265c6d664c2933a24448142eb0
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/docs/change-log.md b/docs/change-log.md
index 8592583..51433bb 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,17 @@
 This document contains a summary of the new features, changes, fixes and known
 issues in each release of Trusted Firmware-A.
 
+## [lts-2.10.18](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.17..refs/tags/lts-v2.10.18) (2025-06-20)
+
+### New Features
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - update cpu_check_csv2 check ([39e7f4a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/39e7f4a7c7a8db777155c4775b8753432fd6ad22))
+    - implement workaround for DSU-120 erratum 2900952 ([7323c2d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7323c2d9ddb03fc9f0a62e61340d20743494918b))
+
 ## [lts-2.10.17](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.16..refs/tags/lts-v2.10.17) (2025-05-23)
 
 ### Build System
diff --git a/docs/conf.py b/docs/conf.py
index 3ddcc92..9bc4388 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 project = "Trusted Firmware-A"
 author = "Trusted Firmware-A contributors"
-version = "2.10.17"
-release = "2.10.17"
+version = "2.10.18"
+release = "2.10.18"
 
 # -- General configuration ---------------------------------------------------