docs(changelog): changelog for lts-v2.10.16 release
Change-Id: If62174b9c4ba7d9e72de8ff53531031740940c5c
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index fa68215..4543810 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
VERSION_MAJOR := 2
VERSION_MINOR := 10
# VERSION_PATCH is only used for LTS releases
-VERSION_PATCH := 15
+VERSION_PATCH := 16
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 04b9708..d6fd89d 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,34 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.10.16](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.15..refs/tags/lts-v2.10.16) (2025-05-02)
+
+### Miscellaneous
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - remove in-order checks ([3b9e216](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3b9e21608bddb5fe0bc5faff96982977846d27a0))
+
+### Resolved Issues
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - add missing add_erratum_entry ([d7483aa](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d7483aa8f11c845120da090d782aecf38787d9e2))
+
+### Code Refactoring
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - drop unused argument forward_flag ([ab526df](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ab526df9730e81a2bc43f351b5d11bb38cdec8f7))
+ - move errata check to common code ([a86f15f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/a86f15fb227d1caeaa88618e1b582a5d1d0ca428))
+ - optimize CVE checking ([5a1a692](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/5a1a6929faee791be507c2e425513c03cd892d91))
+
## [lts-2.10.15](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.14..refs/tags/lts-v2.10.15) (2025-04-18)
### Performance Improvements
diff --git a/docs/conf.py b/docs/conf.py
index e6ac614..fbe472a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
project = "Trusted Firmware-A"
author = "Trusted Firmware-A contributors"
-version = "2.10.15"
-release = "2.10.15"
+version = "2.10.16"
+release = "2.10.16"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index 906cbbb..2bd385e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.15",
+ "version": "2.10.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.10.15",
+ "version": "2.10.16",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index a78d791..89eb94e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.15",
+ "version": "2.10.16",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 2454367..66cb8cf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.10.15"
+version = "2.10.16"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 899d4c0..ff7bb56 100644
--- a/readme.rst
+++ b/readme.rst
@@ -61,3 +61,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index c14b834..d826515 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.10.15",
+ "version": "2.10.16",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",