diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77d2969e5b65c53322a4a117a0424242a0a30ced..65f293d85890753b66edc1405817f4a371f03904 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
 
 ## [v3.11.5] - 2020-04-15
 
+## Changed
+
+- Updated MSU catalog on 31/03/2020. ([#4819](https://github.com/wazuh/wazuh/pull/4819))
+
 ### Fixed
 
 - Fixed compatibility with the Vulnerability Detector feeds for Ubuntu from Canonical, that are available in a compressed format. ([#4834](https://github.com/wazuh/wazuh/pull/4834))
diff --git a/framework/wazuh/cluster/__init__.py b/framework/wazuh/cluster/__init__.py
index 2ca0315579cdc21887cdb7bb0e906379e4cfdbeb..e70e6585958dbb4cbd8c8ebbc5eced01cc3061dd 100644
--- a/framework/wazuh/cluster/__init__.py
+++ b/framework/wazuh/cluster/__init__.py
@@ -5,7 +5,7 @@
 # This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
 
 __version__ = '3.11.5'
-__revision__ = '31123'
+__revision__ = '31124'
 __author__ = "Wazuh Inc"
 __ossec_name__ = "Wazuh"
 __licence__ = "\
diff --git a/src/REVISION b/src/REVISION
index 36bfbf1b12452a38f7deffa66bcd8362fe9c31ad..6180775f0b60094a4b1140715f16457215eedadc 100644
--- a/src/REVISION
+++ b/src/REVISION
@@ -1 +1 @@
-31123
+31124
diff --git a/src/win32/ossec-installer.nsi b/src/win32/ossec-installer.nsi
index a7446e2388d3fdbeea55bff42cb6361a6cb80609..b8d9d92fe12debb78448c976c3f9cf1ff7a41c8d 100644
--- a/src/win32/ossec-installer.nsi
+++ b/src/win32/ossec-installer.nsi
@@ -21,7 +21,7 @@
 !define MUI_ICON install.ico
 !define MUI_UNICON uninstall.ico
 !define VERSION "3.11.5"
-!define REVISION "31123"
+!define REVISION "31124"
 !define NAME "Wazuh"
 !define SERVICE "OssecSvc"