diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4fdd45..68ca1301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +## [4.9.2] + ## [4.9.1] ## [4.9.0] diff --git a/setup.py b/setup.py index 8212f787..f1b5b171 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def get_install_requires() -> List[str]: setup( name='wazuh_testing', - version='4.9.1', + version='4.9.2', description='Wazuh testing utilities to help programmers automate tests', url='https://github.com/wazuh', author='Wazuh',