diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b49c7fb61..14525b61f7 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.4.5 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01 +## Wazuh v4.4.5 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 02 ### Added diff --git a/scripts/tag.py b/scripts/tag.py index ac0c496e14..3cb00d56b2 100644 --- a/scripts/tag.py +++ b/scripts/tag.py @@ -17,11 +17,11 @@ # Wazuh version: major.minor.patch version = '4.4.5' # App's revision number (previous rev + 1) -revision = '01' +revision = '02' # One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable' stage = 'stable' # Tag suffix. Usually set to stage + stage iteration. E.g. '-rc1' -tag_suffix = '-rc1' +tag_suffix = '-rc2' # ================================================ # # Constants and global variables #