docs(changelog): changelog for lts-v2.8.34 release
Change-Id: I63e95c36b1a89ae69b869798047df7208f6d8fc1
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 9a875ff..57a82fb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 33
+VERSION_PATCH := 34
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 7ddf919..8358e6c 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.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
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - update cpu_check_csv2 check ([ae330d5](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ae330d547ebb4d83d2d50ce319640ec2850e112d))
+ - implement workaround for DSU-120 erratum 2900952 ([3a299d0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3a299d0bf2485a9982de1cedf63505a979b71e4b))
+
## [lts-2.8.33](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.32..refs/tags/lts-v2.8.33) (2025-06-02)
### Build System
diff --git a/docs/conf.py b/docs/conf.py
index 93296d6..1a5b399 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.33"
-release = "2.8.33"
+version = "2.8.34"
+release = "2.8.34"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index 0a0edde..fa17031 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.33",
+ "version": "2.8.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.33",
+ "version": "2.8.34",
"license": "BSD-3-Clause",
"devDependencies": {
"@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index 6b6bc25..7c15967 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.33",
+ "version": "2.8.34",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
diff --git a/pyproject.toml b/pyproject.toml
index b876132..40bdb9f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.33"
+version = "2.8.34"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 35edc07..23308f0 100644
--- a/readme.rst
+++ b/readme.rst
@@ -66,3 +66,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index b78f807..0b46c68 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.33",
+ "version": "2.8.34",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",