docs(changelog): changelog for lts-v2.8.25 release
Change-Id: I3ae8de145cdabc8be60d856b2e2ac682683a50f2
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index fd09fd6..c5e8bab 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 24
+VERSION_PATCH := 25
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 7221640..ebda9de 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.25](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.24..refs/tags/lts-v2.8.25) (2024-11-23)
+
+### Build System
+
+- **Dependencies**
+
+ - bump idna from 3.4 to 3.7 ([720d7ea](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/720d7ea22c5ec2e8f09821eb54f0ff91118da8eb))
+ - bump jinja2 from 3.1.2 to 3.1.4 ([b607e54](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b607e54814bef8230b42edf4b1e810c3393788e4))
+ - bump pip from 23.1.2 to 23.3 ([3e1ecab](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3e1ecab9a943ff146162e18676623e41922139c1))
+ - bump urllib3 from 2.0.2 to 2.2.2 ([73421e1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/73421e1df5fe9c38bc4dca54e85c5c2e815057d1))
+
## [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
diff --git a/docs/conf.py b/docs/conf.py
index eebc75c..9f94baa 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.24"
-release = "2.8.24"
+version = "2.8.25"
+release = "2.8.25"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index be18d0e..e6c2262 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.24",
+ "version": "2.8.25",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.24",
+ "version": "2.8.25",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index a9630dc..a1479f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.24",
+ "version": "2.8.25",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index e712760..11549a6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.24"
+version = "2.8.25"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 9a69489..758d692 100644
--- a/readme.rst
+++ b/readme.rst
@@ -57,3 +57,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index ff1c1a3..cdca4db 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.24",
+ "version": "2.8.25",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",