diff --git a/CHANGELOG.md b/CHANGELOG.md index c890854f..67dded03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. ### Added -- Migrate the push docker images procedure to GitHub Actions ([#5651](https://github.com/wazuh/wazuh-qa/issues/5651)) +- Improve the push docker images workflow ([#1551](https://github.com/wazuh/wazuh-docker/pull/1551)) +- Update the Procedure push docker images workflow file ([#1524](https://github.com/wazuh/wazuh-docker/pull/1524)) +- Add the push_docker_images procedure workflow file ([#1518](https://github.com/wazuh/wazuh-docker/pull/1518)) ### Changed @@ -13,7 +15,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- None +- Removed references to module enabling because they are now enabled by default. ([#1416](https://github.com/wazuh/wazuh-docker/pull/1416)) ### Deleted diff --git a/VERSION b/VERSION index 6338a2e8..8ef41a7f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-DOCKER_VERSION="4.10.0" -REVISION="41003" +REVISION="41004"