diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1effd1b..d0d778846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the Wazuh App for Splunk project will be documented in this file. +## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4510 + +### Added +- Added support for Wazuh 4.5.4. + ## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4508 ### Added diff --git a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js index b9f74c1a9..61b8c816f 100644 --- a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js +++ b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js @@ -1,6 +1,6 @@ const UI_METADATA = { - "version": "4.5.3", - "revision": "4508" + "version": "4.5.4", + "revision": "4510" } define(['../module'], function (module) { diff --git a/SplunkAppForWazuh/default/app.conf b/SplunkAppForWazuh/default/app.conf index 9012f0eda..78abe0d26 100644 --- a/SplunkAppForWazuh/default/app.conf +++ b/SplunkAppForWazuh/default/app.conf @@ -3,7 +3,7 @@ is_visible = 1 label = Wazuh [launcher] -version = 4.5.3 +version = 4.5.4 author = info@wazuh.com description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level. @@ -12,7 +12,7 @@ id = SplunkAppForWazuh check_for_updates = 1 [install] -build = 4508 +build = 4510 [triggers] reload.package = simple diff --git a/package.json b/package.json index ba9117d57..8383258cf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "release:bump": "node scripts/release/bump --manifest-package package.json", "release:tag": "node scripts/release/tag --manifest-package package.json" }, - "version": "4.5.3", - "revision": "4508", + "version": "4.5.4", + "revision": "4510", "splunk": "8.2" } \ No newline at end of file