diff --git a/CHANGELOG b/CHANGELOG index d64fb31..1d8d322 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,9 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_SSHALLOWUSERS: also scan /etc/ssh/sshd_config.d -* IS_CHECK_VERSIONS: check installed versions of Evolix programs - ### Changed ### Deprecated @@ -18,6 +15,13 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.10.1] 2021-10-01 + +### Added + +* IS_SSHALLOWUSERS: also scan /etc/ssh/sshd_config.d +* IS_CHECK_VERSIONS: check installed versions of Evolix programs + ## [21.10] 2021-10-01 ### Fixed diff --git a/evocheck.sh b/evocheck.sh index 37c5400..ab952fd 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.10" +VERSION="21.10.1" readonly VERSION # base functions