diff --git a/CHANGELOG b/CHANGELOG index 6c9fdc6..2afa812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [20.02.1] - 2020-02-27 + +### Changed + +* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection + ## [19.11.2] - 2019-11-07 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 7bd30a5..93c5a8d 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1460,7 +1460,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.11.2" +readonly VERSION="20.02.1" # Disable LANG* export LANG=C