diff --git a/CHANGELOG.md b/CHANGELOG.md index d513914ce1..a5b3ccc9a6 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.3 - OpenSearch Dashboards 2.6.0 - Revision 01 +## Wazuh v4.5.3 - OpenSearch Dashboards 2.6.0 - Revision 02 ### Added diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 1c7dd0371a..2560fc7d6d 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.5.3-01", + "version": "4.5.3-02", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/package.json b/package.json index 79fde1a7ec..0d1a8e7e95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.5.3", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.6.0" },