docs(changelog): changelog for lts-v2.10.5 release
Change-Id: I253406b53bb54d616cca5f0379e5ef482e4311c7
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index e122486..700a561 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 := 4
+VERSION_PATCH := 5
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 8ebe519..7bbac5b 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,46 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.10.5](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.4..refs/tags/lts-v2.10.5) (2024-06-28)
+
+### Code Refactoring
+
+- **Drivers**
+
+ - **Authentication**
+
+ - **mbedTLS**
+
+ - remove mbedtls 2.x support ([1d3bb2f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/1d3bb2fe65342b11603ff1bcd21688f9b58b1f9e))
+
+### New Features
+
+- **Drivers**
+
+ - **Authentication**
+
+ - **mbedTLS**
+
+ - update config for 3.6.0 ([05ec367](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/05ec367bad28b506720ba085d9f71ef8b5ff69cd))
+
+### Documentation
+
+- **Documentation**
+
+ - **Prerequisites**
+
+ - update mbedtls version used ([aa84a9d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/aa84a9dadb4ede97e7af190a17d4db222f9d2059))
+
+### Resolved Issues
+
+- **Drivers**
+
+ - **Authentication**
+
+ - **mbedTLS**
+
+ - sign verification issue with invalid Key/Signature ([ee945f1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ee945f1d2a00f4d99e8ec10c52ef3c42728ae794))
+
## [lts-2.10.4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.3..refs/tags/lts-v2.10.4) (2024-04-26)
### Documentation
diff --git a/docs/conf.py b/docs/conf.py
index ef7fe7e..6590c34 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.4"
-release = "2.10.4"
+version = "2.10.5"
+release = "2.10.5"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index f5c3665..d0ad34a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.4",
+ "version": "2.10.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.10.4",
+ "version": "2.10.5",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index d133075..7e6a73d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.4",
+ "version": "2.10.5",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index 203e4d8..3941382 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.10.4"
+version = "2.10.5"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index c68ccc7..c8cb86f 100644
--- a/readme.rst
+++ b/readme.rst
@@ -50,3 +50,4 @@
.. _trustedfirmware.org: http://www.trustedfirmware.org
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index e00cbd6..3229b51 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.4",
+ "version": "2.10.5",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",