From 1daad7e9b4658e102b51deff200f28c4e4746890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Thu, 4 Jan 2024 12:33:18 +0000 Subject: [PATCH] feat: bump changelog, schema, revision and version 4.8.2 --- CHANGELOG.md | 2 ++ deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml | 1 + version.json | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf29c06f21..9bdd81e1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +## [4.8.2] - TBD + ## [4.8.1] - TBD ### Changed diff --git a/deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml b/deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml index 97e842d81b..3ad7dc01c9 100644 --- a/deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml +++ b/deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml @@ -200,6 +200,7 @@ predefined_values: - 4.7.2 - 4.8.0 - 4.8.1 + - 4.8.2 tags: - active_response - agentd diff --git a/version.json b/version.json index 4f1aa044f1..84bce59bac 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "4.8.1", - "revision": "40810" + "version": "4.8.2", + "revision": "40820" }