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

Change-Id: Idfe554e221aefbb995a7901a71f1715f2887f1a8
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 57a82fb..a52649f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 #
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 8
-VERSION_PATCH			:= 34
+VERSION_PATCH			:= 35
 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 8358e6c..ea20cac 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.8.35](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.34..refs/tags/lts-v2.8.35) (2025-07-25)
+
+### Resolved Issues
+
+- **Platforms**
+
+  - **NXP**
+
+    - **i.MX**
+
+      - **i.MX 8M**
+
+        - **i.MX 8M Plus**
+
+          - remove ERR050463 VPUMIX workaround ([8a48b31](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/8a48b31f3ce60616b13ab2d0ede488732959ad72))
+
+  - **Xilinx**
+
+    - **ZynqMP**
+
+      - workaround issue around cntpct_el0 ([777b706](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/777b7063f941c35dc0371f389abe18ca098224bf))
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - workaround for Cortex-A710 erratum 1901946 ([0aaca5d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/0aaca5da376565a396c5b56e504983e141880850))
+    - workaround for Cortex-A710 erratum 1916945 ([b83bf0a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b83bf0ad161f99a5264f5742bd0ffb9684fcf73a))
+    - workaround for Cortex-A710 erratum 1917258 ([e26d08b](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/e26d08b8cc9a06ba1e63692fea00faf1e700b1d9))
+    - workaround for Cortex-A710 erratum 1927200 ([ac23c6e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ac23c6eba7437c94899b271124151592b928c8af))
+
 ## [lts-2.8.34](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.33..refs/tags/lts-v2.8.34) (2025-06-20)
 
 ### New Features
diff --git a/docs/conf.py b/docs/conf.py
index 1a5b399..bde4c4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 project = "Trusted Firmware-A"
 author = "Trusted Firmware-A contributors"
-version = "2.8.34"
-release = "2.8.34"
+version = "2.8.35"
+release = "2.8.35"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index fa17031..9536644 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.34",
+  "version": "2.8.35",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.8.34",
+      "version": "2.8.35",
       "license": "BSD-3-Clause",
       "devDependencies": {
         "@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index 7c15967..c7a31e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.34",
+  "version": "2.8.35",
   "license": "BSD-3-Clause",
   "type": "module",
   "private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 40bdb9f..83d20cf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.8.34"
+version = "2.8.35"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 23308f0..f8bbfca 100644
--- a/readme.rst
+++ b/readme.rst
@@ -67,3 +67,4 @@
 
 
 
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 0b46c68..3d30c15 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.8.34",
+  "version": "2.8.35",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",