docs(changelog): changelog for lts-v2.10.2 release
Generated with the command:
npm run release -- --release-as 2.10.2
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I0eaf5f7b3163be37fc92f84bece8cda75e5ae7df
diff --git a/Makefile b/Makefile
index 02563e4..24a838a 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 := 1
+VERSION_PATCH := 2
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 bae91c5..172c848 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,16 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.10.2](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.1..refs/tags/lts-v2.10.2) (2024-02-08)
+
+### Resolved Issues
+
+- **Build System**
+
+ - move comment for VERSION_PATCH ([822bfa3](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/822bfa39ce6b961736e4f91a95f8b5d950ffb9ee))
+ - properly manage versions in .versionrc.js ([7bccacd](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7bccacddee0b5c42a0f6c112ee23679248314499))
+ - update versions ([e8e5c77](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/e8e5c775929d90df3395701bfef3f50591d1c28e))
+
## [lts-2.10.1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/v2.10.0..refs/tags/lts-v2.10.1) (2024-02-07)
### New Features
diff --git a/docs/conf.py b/docs/conf.py
index cc9f40a..9b75fe6 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.1"
-release = "2.10.1"
+version = "2.10.2"
+release = "2.10.2"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index f23ab6e..1a34927 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.1",
+ "version": "2.10.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.10.1",
+ "version": "2.10.2",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index c736ad1..02675bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.10.1",
+ "version": "2.10.2",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index 0a22f0f..bd8bfbf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.10.1"
+version = "2.10.2"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index c893e48..c6ae431 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.1",
+ "version": "2.10.2",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",