docs(changelog): changelog for lts-v2.8.24 release
Change-Id: I0528d421f08462a7bce6c41919a667c648380e30
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 57f2dad..fd09fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 23
+VERSION_PATCH := 24
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 d39e203..7221640 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,26 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.8.24](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.23..refs/tags/lts-v2.8.24) (2024-10-25)
+
+### New Features
+
+- **Libraries**
+
+ - **EL3 Runtime**
+
+ - **Context Management**
+
+ - add errata 2938996, 2726228 ([10cd41d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/10cd41d91264b1a716bca50b153b84129bfd11ab))
+
+### Resolved Issues
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - modify the fix for Cortex-A75 erratum 764081 ([578d357](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/578d3577f58f508f310b9770a119eec567a78fc7))
+
## [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
diff --git a/docs/conf.py b/docs/conf.py
index 00fc9cc..eebc75c 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.23"
-release = "2.8.23"
+version = "2.8.24"
+release = "2.8.24"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index e920575..be18d0e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.23",
+ "version": "2.8.24",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.23",
+ "version": "2.8.24",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index 80719c5..a9630dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.23",
+ "version": "2.8.24",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index cd0a97c..e712760 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.23"
+version = "2.8.24"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 2915980..9a69489 100644
--- a/readme.rst
+++ b/readme.rst
@@ -56,3 +56,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index d57d90c..ff1c1a3 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.23",
+ "version": "2.8.24",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",