diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json
index c93f28c0..75d9a75f 100644
--- a/opensearch_dashboards.json
+++ b/opensearch_dashboards.json
@@ -1,10 +1,18 @@
 {
   "id": "reportsDashboards",
-  "version": "2.7.0.0",
-  "opensearchDashboardsVersion": "2.7.0",
-  "requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
-  "optionalPlugins": ["share"],
+  "version": "2.8.0.0",
+  "opensearchDashboardsVersion": "2.8.0",
+  "requiredPlugins": [
+    "navigation",
+    "data",
+    "opensearchDashboardsUtils"
+  ],
+  "optionalPlugins": [
+    "share"
+  ],
   "server": true,
   "ui": true,
-  "configPath": ["opensearch_reporting"]
-}
+  "configPath": [
+    "opensearch_reporting"
+  ]
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 8fbcc5d5..4e360038 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "reports-dashboards",
-  "version": "2.7.0.0",
+  "version": "2.8.0.0",
   "description": "OpenSearch Dashboards Reports Plugin",
   "license": "Apache-2.0",
   "main": "index.ts",
@@ -81,4 +81,4 @@
     "loader-utils": "^2.0.3",
     "yaml": "^2.2.2"
   }
-}
+}
\ No newline at end of file