docs(changelog): changelog for lts-v2.8.23 release
Change-Id: Id8d27316bcadc6f6d0359f26b1f406cd41e0764f
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index c4df7c2..57f2dad 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 22
+VERSION_PATCH := 23
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 0de9559..d39e203 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,24 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.8.23](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.22..refs/tags/lts-v2.8.23) (2024-10-18)
+
+### Documentation
+
+- **Documentation**
+
+ - **Prerequisites**
+
+ - update MbedTLS version to 3.6.1 ([89c138a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/89c138ae822748a3c7907e734e87bbeccf954004))
+
+### Resolved Issues
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - workaround for Cortex-X4 erratum 3076789 ([6252072](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6252072919a61807b15190ea1ad5539aba9d72c4))
+
## [lts-2.8.22](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.21..refs/tags/lts-v2.8.22) (2024-10-04)
### Resolved Issues
diff --git a/docs/conf.py b/docs/conf.py
index 6ae9d59..00fc9cc 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.22"
-release = "2.8.22"
+version = "2.8.23"
+release = "2.8.23"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index 1267e05..e920575 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.22",
+ "version": "2.8.23",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.22",
+ "version": "2.8.23",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index 7dc51c9..80719c5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.22",
+ "version": "2.8.23",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index f3d7e04..cd0a97c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.22"
+version = "2.8.23"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 5de57e6..2915980 100644
--- a/readme.rst
+++ b/readme.rst
@@ -55,3 +55,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 91afab6..d57d90c 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.22",
+ "version": "2.8.23",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",