diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dfd50f3c..44334830ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.7.2 - OpenSearch Dashboards 2.8.0 - Revision 00 +## Wazuh v4.7.2 - OpenSearch Dashboards 2.8.0 - Revision 01 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index bc6cd7757f..c30d3294f1 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.7.2-00", + "version": "4.7.2-01", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/plugins/main/package.json b/plugins/main/package.json index 99b489d459..94d4865054 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.7.2", - "revision": "00", + "revision": "01", "pluginPlatform": { "version": "2.8.0" },