diff --git a/CHANGELOG.md b/CHANGELOG.md index f255ab21fb..5ae3e15eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.5.2 - OpenSearch Dashboards 2.6.0 - Revision 01 +## Wazuh v4.5.2 - OpenSearch Dashboards 2.6.0 - Revision 02 ### Added diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 81041b614f..988df6ee23 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.5.2-01", + "version": "4.5.2-02", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/package.json b/package.json index 2562d4fa1e..0b689faf91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.5.2", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.6.0" },