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

Change-Id: Idbb833413ac48d9a1dfc9d75c94ce27b574aea95
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 037330f..eaedeb2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 12
 # VERSION_PATCH is only used for LTS releases
-VERSION_PATCH			:= 4
+VERSION_PATCH			:= 5
 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 bb27b06..af59637 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,37 @@
 This document contains a summary of the new features, changes, fixes and known
 issues in each release of Trusted Firmware-A.
 
+## [lts-2.12.5](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.12.4..refs/tags/lts-v2.12.5) (2025-07-25)
+
+### Resolved Issues
+
+- **Platforms**
+
+  - **NXP**
+
+    - **i.MX**
+
+      - **i.MX 8M**
+
+        - **i.MX 8M Plus**
+
+          - remove ERR050463 VPUMIX workaround ([f005662](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/f005662e646d0ff1ebe69c2980ee4a63da352b0e))
+
+  - **Xilinx**
+
+    - **ZynqMP**
+
+      - workaround issue around cntpct_el0 ([df46655](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/df4665589122ed79b673583a55863437bfaa95c4))
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - workaround for Cortex-A710 erratum 1901946 ([da60f9c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/da60f9c0229d03ba1f2194bc815b3841ba896c18))
+    - workaround for Cortex-A710 erratum 1916945 ([e3f2ee2](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/e3f2ee2ca7851dbfe9224f8f142b04ad9e11fe34))
+    - workaround for Cortex-A710 erratum 1917258 ([bdb9f85](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/bdb9f85e1f1b65bd9cea0f2b127addcb0ab5ae3e))
+    - workaround for Cortex-A710 erratum 1927200 ([4aa3e4c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/4aa3e4c6c3ac512833fbe14f78d11a491051866c))
+
 ## [lts-2.12.4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.12.3..refs/tags/lts-v2.12.4) (2025-06-20)
 
 ### Resolved Issues
diff --git a/docs/conf.py b/docs/conf.py
index 753e988..98f7a9c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 project = "Trusted Firmware-A"
 author = "Trusted Firmware-A contributors"
-version = "2.12.4"
-release = "2.12.4"
+version = "2.12.5"
+release = "2.12.5"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index 622c3ec..f54d12a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.12.4",
+  "version": "2.12.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.12.4",
+      "version": "2.12.5",
       "license": "BSD-3-Clause",
       "devDependencies": {
         "@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index c61f4a4..010b5de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.12.4",
+  "version": "2.12.5",
   "license": "BSD-3-Clause",
   "type": "module",
   "private": true,
diff --git a/pyproject.toml b/pyproject.toml
index b359954..24302dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.12.4"
+version = "2.12.5"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 37bf498..c228c12 100644
--- a/readme.rst
+++ b/readme.rst
@@ -53,3 +53,4 @@
 
 
 
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index badc3ba..053631e 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.12.4",
+  "version": "2.12.5",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",