docs(changelog): changelog for lts-v2.8.33 release

Change-Id: Ida75dd70f8af7f851fc2838cb71280efca1c6730
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 0ae2089..9a875ff 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 #
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 8
-VERSION_PATCH			:= 32
+VERSION_PATCH			:= 33
 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 ae9bebe..7ddf919 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.8.33](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.32..refs/tags/lts-v2.8.33) (2025-06-02)
+
+### Build System
+
+- **Dependencies**
+
+  - **Node Package Manager (NPM)**
+
+    - adhere to Husky deprecation notice ([a95dba1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/a95dba188cb5b44aec6a89c7bf0baefb2723b356))
+
+### Resolved Issues
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - drop esb from the Neoverse N1 ([a96d034](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/a96d034d0b21ee769142f7dbf43c42bcbd335c25))
+
+- **Dependencies**
+
+  - remove deprecated husky commands ([fc3a26e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/fc3a26e5f0025e14bfa50b8ca185520f51dde546))
+
+### Miscellaneous
+
+- **Documentation**
+
+  - add a SBOM template in CycloneDX format ([3bd1d85](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3bd1d85f1e79c54fb49cf518c9b79ca7e670d320))
+
 ## [lts-2.8.32](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.31..refs/tags/lts-v2.8.32) (2025-05-23)
 
 ### Performance Improvements
diff --git a/docs/conf.py b/docs/conf.py
index d153d5f..93296d6 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.32"
-release = "2.8.32"
+version = "2.8.33"
+release = "2.8.33"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index 182870b..0a0edde 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.32",
+  "version": "2.8.33",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.8.32",
+      "version": "2.8.33",
       "license": "BSD-3-Clause",
       "devDependencies": {
         "@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index bad64aa..6b6bc25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.32",
+  "version": "2.8.33",
   "license": "BSD-3-Clause",
   "type": "module",
   "private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 2fd6152..b876132 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.8.32"
+version = "2.8.33"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 956a3d9..35edc07 100644
--- a/readme.rst
+++ b/readme.rst
@@ -65,3 +65,4 @@
 
 
 
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 6e13512..b78f807 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.32",
+  "version": "2.8.33",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",