From 998ac0757683ea406d550f80f0769feceff6017e Mon Sep 17 00:00:00 2001 From: Carlos Bordon Date: Mon, 29 Jun 2026 15:31:52 -0300 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 19 +------------------ VERSION.json | 4 ++-- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e38d75e..5734c9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. -## [1.2.3] - -### Added - -- None - -### Changed - -- None - -### Fixed - -- None - -### Deleted - -- None - ## [v5.0.0] ### Added +- Added bump-issue-link support for Revert Stage Bump. ([#2505](https://github.com/wazuh/wazuh-docker/pull/2505)) - Add integration test module docs ([#2491](https://github.com/wazuh/wazuh-docker/pull/2491)) - Implement the wazuh-docker integration testing module ([#2188](https://github.com/wazuh/wazuh-docker/issues/2188)) - Support Revert bump functionality in wazuh-docker ([#2320](https://github.com/wazuh/wazuh-docker/issues/2320)) diff --git a/VERSION.json b/VERSION.json index a5e97320..9cfe1722 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,4 +1,4 @@ { - "version": "1.2.3", - "stage": "alpha8" + "version": "5.0.0", + "stage": "beta3" }