diff --git a/CHANGELOG.md b/CHANGELOG.md index f1da1f2c..369cb8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Lynis Changelog -## Lynis 3.1.0 (not released yet) +## Lynis 3.1.0 (2024-03-11) ### Added - Translation: Indonesian @@ -12,6 +12,7 @@ - STATUS_NOT_ACTIVE variable added to translation files - End-of-life dates updated - Fixing missing or erroneous test number comments +- Detection of SentinelOne corrected - Wazuh for file integrity and tooling - Updated parsing output of arch-audit - Added support for SentinelOne detection diff --git a/lynis b/lynis index ab769b24..fd4dea60 100755 --- a/lynis +++ b/lynis @@ -43,10 +43,10 @@ PROGRAM_WEBSITE="https://cisofy.com/lynis/" # Version details - PROGRAM_RELEASE_DATE="2023-08-03" - PROGRAM_RELEASE_TIMESTAMP=1691062820 + PROGRAM_RELEASE_DATE="2024-03-11" + PROGRAM_RELEASE_TIMESTAMP=1710148530 PROGRAM_RELEASE_TYPE="release" # pre-release or release - PROGRAM_VERSION="3.0.9" + PROGRAM_VERSION="3.1.0" # Source, documentation and license PROGRAM_SOURCE="https://github.com/CISOfy/lynis"