From 05c299538094b40eaa7f49734e64f3016b62755b Mon Sep 17 00:00:00 2001 From: David Jose Iglesias Lopez Date: Mon, 30 May 2022 19:16:56 +0200 Subject: [PATCH] Bump version 3.13.4 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f449f4..94042f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [v3.13.4] + +There are no changes for Wazuh API in this version. + ## [v3.13.3] There are no changes for Wazuh API in this version. diff --git a/package.json b/package.json index 05331340..c592584c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh_api", - "version": "3.13.3", - "revision": "31303", + "version": "3.13.4", + "revision": "31304", "description": "Wazuh API.", "main": "app.js", "author": "Wazuh",