diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbd0d6fb1..05ff96121b 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.1 - OpenSearch Dashboards 2.6.0 - Revision 01 +## Wazuh v4.5.1 - OpenSearch Dashboards 2.6.0 - Revision 02 ### Added diff --git a/package.json b/package.json index e75bdce8f9..49a6cc5740 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.5.1", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.6.0" }, diff --git a/scripts/release/tag.js b/scripts/release/tag.js index fc24479f7d..7aaaca43ae 100644 --- a/scripts/release/tag.js +++ b/scripts/release/tag.js @@ -50,7 +50,7 @@ function getSupportedVersions(pluginVersion) { branch: `${pluginVersion}-7.16`, versions: [ ...[...Array(4).keys()].map(idx => `7.16.${idx}`), - ...[...Array(11).keys()].map(idx => `7.17.${idx}`), + ...[...Array(12).keys()].map(idx => `7.17.${idx}`), ], manifestPluginPath: 'kibana.json', },