diff --git a/CHANGELOG b/CHANGELOG index a6b2483..50237f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_BACKUPUPTODATE: add --max-depth=1 to limit the number of evaluated files - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.06.2] 2022-06-09 + +### Changed + +* IS_BACKUPUPTODATE: add --max-depth=1 to limit the number of evaluated files + ## [22.06.1] 2022-06-06 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 979e7bb..87d9e3e 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.1" +VERSION="22.06.2" readonly VERSION # base functions