diff --git a/CHANGELOG b/CHANGELOG index 9075331..7570993 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,19 +5,29 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.07] 2022-07-28 + +### Added + * IS_FAIL2BAN_PURGE: workaround to purge fail2ban database on stretch and buster ### Changed * IS_NETWORKING_SERVICE: not in cron mode -### Deprecated +### Fixed: -### Removed - -### Fixed - -### Security +* IS_BACKUPUPTODATE: correct order for find(1) arguments ## [22.06.2] 2022-06-09 diff --git a/evocheck.sh b/evocheck.sh index ab5c363..1bc54d7 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="22.06.2" +VERSION="22.07" readonly VERSION # base functions