diff --git a/docs/hyperexecute-release-notes-2-5-6.md b/docs/hyperexecute-release-notes-2-5-6.md
new file mode 100644
index 000000000..3ff4dea17
--- /dev/null
+++ b/docs/hyperexecute-release-notes-2-5-6.md
@@ -0,0 +1,49 @@
+---
+id: hyperexecute-release-notes-2-5-6
+title: Version 2.5.6
+hide_title: false
+sidebar_label: Version 2.5.6
+description: Version 2.5.6
+keywords:
+ - LambdaTest Hyperexecute
+ - LambdaTest Hyperexecute help
+ - LambdaTest Hyperexecute documentation
+ - FAQs
+url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-6/
+site_name: LambdaTest
+slug: hyperexecute-release-notes-2-5-6/
+---
+
+import NewReleaseTag from '../src/component/newRelease.js';
+import EnhancementTag from '../src/component/enhancementTag';
+import BugFixTag from '../src/component/bugFixTag';
+
+
+## Browser Version Updates:
+- **Firefox :** Added support for Firefox-130 and Firefox-131, enabling testing on the latest versions.
+- **Edge :** Downgraded to Edge-128 for compatibility and stability enhancements.
+- **Chrome :** Upgraded to Chrome-129 to include the newest features and security updates.
+
+These updates ensure broader coverage for cross-browser testing and improve test stability across the latest browser versions.
\ No newline at end of file
diff --git a/docs/hyperexecute-release-notes.md b/docs/hyperexecute-release-notes.md
index c1ef9ae23..f467e5fbb 100644
--- a/docs/hyperexecute-release-notes.md
+++ b/docs/hyperexecute-release-notes.md
@@ -46,6 +46,7 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
### October, 2024
| Release Number | Release Date |
|----------------|--------------|
+| [Version 2.5.6](/support/docs/hyperexecute-release-notes-2-5-6) | October 21, 2024|
| [Version 2.5.5](/support/docs/hyperexecute-release-notes-2-5-5) | October 14, 2024|
| [Version 2.5.4](/support/docs/hyperexecute-release-notes-2-5-4) | October 07, 2024|
diff --git a/docs/real-time-upload-and-download-files.md b/docs/real-time-upload-and-download-files.md
index 8c8767ea1..d6ce44e4e 100644
--- a/docs/real-time-upload-and-download-files.md
+++ b/docs/real-time-upload-and-download-files.md
@@ -67,7 +67,7 @@ The Upload and Download Files feature allows you to manage files directly within
**Step 3 :** Click on Files and Media from the toolbar.
-**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
+**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
@@ -81,7 +81,7 @@ The Upload and Download Files feature allows you to manage files directly within
**Step 3 :** Click on Files and Media from the toolbar.
-**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
+**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
@@ -95,7 +95,7 @@ The Upload and Download Files feature allows you to manage files directly within
**Step 3 :** Click on Files and Media from the toolbar.
-**Step 4 :** Click **Uploads / Downloads** button Upload or Downlaod the file.
+**Step 4 :** Click **Uploads / Downloads** button Upload or Download the file.
diff --git a/sidebars.js b/sidebars.js
index 02025e31b..aa8f46814 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -852,6 +852,7 @@ module.exports = {
collapsed: true,
label: "October, 2024",
items: [
+ 'hyperexecute-release-notes-2-5-6',
'hyperexecute-release-notes-2-5-5',
'hyperexecute-release-notes-2-5-4',
]