diff --git a/CHANGELOG b/CHANGELOG index 70febf5..2ecba16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_CHECK_VERSIONS disabled in cron mode - ### Deprecated ### Removed @@ -17,8 +15,16 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.10.4] 2021-10-25 + +### Changed + +* IS_CHECK_VERSIONS disabled in cron mode + ## [21.10.3] 2021-10-22 +### Added + * Check for newer versions * don't use "add-vm --version" yet diff --git a/evocheck.sh b/evocheck.sh index 1cbd3e2..fb8a6ee 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.3" +VERSION="21.10.4" readonly VERSION # base functions