Merge "docs(changelog): changelog for lts-v2.8.13 release" into lts-v2.8
diff --git a/Makefile b/Makefile
index 0ffdc27..dcd9211 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 #
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 8
-VERSION_PATCH			:= 12
+VERSION_PATCH			:= 13
 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 39bdec3..2749b1f 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,32 @@
 This document contains a summary of the new features, changes, fixes and known
 issues in each release of Trusted Firmware-A.
 
+## [lts-2.8.13](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.12..refs/tags/lts-v2.8.13) (2023-12-05)
+
+### Resolved Issues
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - workaround for Cortex-A78C erratum 2743232 ([9cdc77a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9cdc77adabd51bbd6647b696bef28d0220f31967))
+    - workaround for Cortex-X3 erratum 2779509 ([f1a90ce](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/f1a90ce20245cf69d263393837572e7357ff641f))
+    - workaround for Neoverse V1 erratum 2348377 ([67fa085](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/67fa085cf61c598a6e3ecba9afd581c2fd5e9007))
+    - workaround for Neoverse V2 erratum 2618597 ([3a4bdce](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3a4bdcedea5d6ac834720f92107bc9d3ad987a38))
+    - workaround for Neoverse V2 erratum 2662553 ([366dc1f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/366dc1f2121520358a2c82a9e8699b9a955b8a61))
+
+- **Build System**
+
+  - allow lower address access with gcc-12 ([8c1c54e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/8c1c54e70612ca751f2de88d5ece2c046be3a276))
+
+### New Features
+
+- **Miscellaneous**
+
+  - **Security**
+
+    - add support for SLS mitigation ([7ecb8ad](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7ecb8add5ba4d810623169e19490bb9d8b1eb3f0))
+
 ## [lts-2.8.12](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.11..refs/tags/lts-v2.8.12) (2023-11-21)
 
 ### ⚠ BREAKING CHANGES
diff --git a/docs/conf.py b/docs/conf.py
index 3ef0cc1..f8ae6cb 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.12"
-release = "2.8.12"
+version = "2.8.13"
+release = "2.8.13"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index df353be..cd2b794 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.12",
+  "version": "2.8.13",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.8.12",
+      "version": "2.8.13",
       "hasInstallScript": true,
       "license": "BSD-3-Clause",
       "devDependencies": {
diff --git a/package.json b/package.json
index 91a98f8..d9c10d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.8.12",
+  "version": "2.8.13",
   "license": "BSD-3-Clause",
   "private": true,
   "scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index db98127..a386e69 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.8.12"
+version = "2.8.13"
 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 7ce71ba..c34019b 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.12",
+  "version": "2.8.13",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",