diff --git a/CHANGELOG b/CHANGELOG index b54bc7f..56731ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [22.08] - 2022-08-04 + ### Fixed - Fixed check_sshpermitrootno to check real configuration diff --git a/evocheck.sh b/evocheck.sh index c3f78f1..02f3c4b 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -3,7 +3,7 @@ # EvoCheck # Script to verify compliance of an OpenBSD server powered by Evolix -readonly VERSION="22.06" +readonly VERSION="22.08" # base functions