diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
index fa820e72..1d660120 100644
--- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
+++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
@@ -100,8 +100,6 @@ The various flags that are supported are listed below.
| [--verbose](#--verbose) | NA | Logging of every proxy request to stdout. |
| [--version](#--version) | NA | Version of the HyperExecute CLI. |
-| [analyze](#analyze) | NA | Shows the project description of the user. |
-
### `--concurrency`
This flag allows you to define the number of concurrent sessions running on HyperExecute. For more information on concurrency, go to [this page](/support/docs/hyperexecute-auto-split-strategy/).
```bash
diff --git a/docs/hyperexecute-projects.md b/docs/hyperexecute-projects.md
index 32a2db26..47316b17 100644
--- a/docs/hyperexecute-projects.md
+++ b/docs/hyperexecute-projects.md
@@ -44,10 +44,10 @@ Projects serve as a centralized platform for organizing and managing test execut
-**Step 3:** Provide the **GitHub URL** and the **[Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)** of your repository. You can also add your team members as **Co-Owners** to allow them to edit or delete the project alongside you.
+**Step 3:** Provide your **GitHub URL** and the **[Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)** / **Bitbucket URL** and the **[Repository Access Tokens](https://support.atlassian.com/bitbucket-cloud/docs/repository-access-tokens/)** of your repository. You can also add your team members as **Co-Owners** to allow them to edit or delete the project alongside you.
:::info important
-Currently, only **GitHub** repositories are supported.
+Currently, only **GitHub** and **Bitbucket** repositories are supported.
:::
Click on **Save** button to finish the setup of your project.
diff --git a/docs/hyperexecute-release-notes-2-5-8.md b/docs/hyperexecute-release-notes-2-5-8.md
new file mode 100644
index 00000000..5808364e
--- /dev/null
+++ b/docs/hyperexecute-release-notes-2-5-8.md
@@ -0,0 +1,51 @@
+---
+id: hyperexecute-release-notes-2-5-8
+title: Version 2.5.8
+hide_title: false
+sidebar_label: Version 2.5.8
+description: Version 2.5.8
+keywords:
+ - LambdaTest Hyperexecute
+ - LambdaTest Hyperexecute help
+ - LambdaTest Hyperexecute documentation
+ - FAQs
+url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/
+site_name: LambdaTest
+slug: hyperexecute-release-notes-2-5-8/
+---
+
+import NewReleaseTag from '../src/component/newRelease.js';
+import EnhancementTag from '../src/component/enhancementTag';
+import BugFixTag from '../src/component/bugFixTag';
+
+
+## Added Bitbucket Support in Projects Feature ✨
+HyperExecute Projects now supports Bitbucket repositories for workflow scheduling. You can seamlessly connect and manage workflows using either GitHub or Bitbucket repositories.
+
+### Key Functionalities:
+- Connect Bitbucket repositories using Repository Access Tokens
+- Schedule and automate workflows from Bitbucket repositories
+- Maintain existing GitHub integration with unchanged functionality
+> 📕 Refer to the [Projects Documentation](/support/docs/hyperexecute-projects/)
\ No newline at end of file
diff --git a/docs/hyperexecute-release-notes.md b/docs/hyperexecute-release-notes.md
index f467e5fb..03b0911e 100644
--- a/docs/hyperexecute-release-notes.md
+++ b/docs/hyperexecute-release-notes.md
@@ -43,6 +43,11 @@ HyperExecute is an AI Powered Test Orchestration Cloud Platform, enabling test a
## HyperExecute Releases
+### November, 2024
+| Release Number | Release Date |
+|----------------|--------------|
+| [Version 2.5.8](/support/docs/hyperexecute-release-notes-2-5-8) | November 04, 2024|
+
### October, 2024
| Release Number | Release Date |
|----------------|--------------|
diff --git a/sidebars.js b/sidebars.js
index 952f3e65..eb7e0c79 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -851,6 +851,14 @@ module.exports = {
id: "hyperexecute-release-notes",
},
items: [
+ {
+ type: "category",
+ collapsed: true,
+ label: "November, 2024",
+ items: [
+ 'hyperexecute-release-notes-2-5-8',
+ ]
+ },
{
type: "category",
collapsed: true,