docs(changelog): changelog for lts-v2.10.17 release
Change-Id: Idb2c9520cc51fafc35adbf9c84be08e059759c27
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/docs/change-log.md b/docs/change-log.md
index d6fd89d..8592583 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,30 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.10.17](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.16..refs/tags/lts-v2.10.17) (2025-05-23)
+
+### Build System
+
+- **Dependencies**
+
+ - **Node Package Manager (NPM)**
+
+ - adhere to Husky deprecation notice ([93982eb](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/93982eb31d4dbc645223922e866baa5efae95858))
+
+### Resolved Issues
+
+- **Libraries**
+
+ - **CPU Support**
+
+ - drop esb from the Neoverse N1 ([2f73270](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/2f7327030dbaaceec5c1b318c50f887b5fa2569d))
+
+### Miscellaneous
+
+- **Documentation**
+
+ - add a SBOM template in CycloneDX format ([b42c3c0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b42c3c05c429d80c2cd09cea026736e1e0e76ead))
+
## [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
diff --git a/docs/conf.py b/docs/conf.py
index fbe472a..3ddcc92 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.16"
-release = "2.10.16"
+version = "2.10.17"
+release = "2.10.17"
# -- General configuration ---------------------------------------------------