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

Change-Id: Ie0ee384e4a9880f93d93b90619ef5f116d640b62
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index f22c20d..dd75688 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 10
 # VERSION_PATCH is only used for LTS releases
-VERSION_PATCH			:= 19
+VERSION_PATCH			:= 20
 VERSION				:= ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
 
 # Default goal is build all images
diff --git a/docs/change-log.md b/docs/change-log.md
index 712abdd..4e4d90e 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,36 @@
 This document contains a summary of the new features, changes, fixes and known
 issues in each release of Trusted Firmware-A.
 
+## [lts-2.10.20](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.19..refs/tags/lts-v2.10.20) (2025-08-08)
+
+### Documentation
+
+- **Miscellaneous**
+
+  - **Security**
+
+    - security advisory for CVE-2024-5660 ([0f23418](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/0f23418f7863d5287ac2b3fa3f76e2ea47e96ffc))
+    - security advisory for CVE-2024-7881 ([2749de0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/2749de00862c02c7cf2363a54dac723c5f06cc2a))
+
+### Miscellaneous
+
+- **Dependencies**
+
+  - bump commitizen ([a843ce3](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/a843ce313949c25fe7235963e8cdf0085176e4a9))
+  - bump sphinxcontrib-svg2pdfconverter from 1.2.2 to 1.3.0 ([588d93f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/588d93fe48429cb5daa4fbf48dd1eda1f1610403))
+
+### Resolved Issues
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - check minor revision before applying runtime errata ([dd846c6](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/dd846c6b477e0aacf3ce9d75bbc78e3315a00483))
+    - put back the global declaration for erratum [#3701747](https://review.trustedfirmware.org/TF-A/trusted-firmware-a/issues/3701747) ([d7d6986](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d7d698694e12961d8ee1eebfe2086b9c80f376ed))
+    - workaround for Cortex-X3 erratum 3213672 ([bf658f6](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/bf658f6e6b0136c3478097e663e67d132d6492df))
+    - workaround for Cortex-X3 erratum 3692984 ([dc0b5b9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/dc0b5b9228878281d7f252d3404e1939cf46e8af))
+    - workaround for Cortex-X3 erratum 3827463 ([fe66ffc](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/fe66ffc8016e1378ea8616b2623ae6fa05edf8f4))
+
 ## [lts-2.10.19](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.18..refs/tags/lts-v2.10.19) (2025-07-25)
 
 ### Resolved Issues
diff --git a/docs/conf.py b/docs/conf.py
index 6579680..7181f27 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.19"
-release = "2.10.19"
+version = "2.10.20"
+release = "2.10.20"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index e319b6e..3f22832 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.10.19",
+  "version": "2.10.20",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.10.19",
+      "version": "2.10.20",
       "license": "BSD-3-Clause",
       "devDependencies": {
         "@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index 9a2f50e..ff36fd1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.10.19",
+  "version": "2.10.20",
   "license": "BSD-3-Clause",
   "type": "module",
   "private": true,
diff --git a/pyproject.toml b/pyproject.toml
index dac108f..fc7cdf3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.10.19"
+version = "2.10.20"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 956a3d9..35edc07 100644
--- a/readme.rst
+++ b/readme.rst
@@ -65,3 +65,4 @@
 
 
 
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index b1d5697..c52eb03 100644
--- a/tools/conventional-changelog-tf-a/package.json
+++ b/tools/conventional-changelog-tf-a/package.json
@@ -1,6 +1,6 @@
 {
   "name": "conventional-changelog-tf-a",
-  "version": "2.10.19",
+  "version": "2.10.20",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",