diff --git a/CHANGELOG b/CHANGELOG index 95bd0bb..5b4137a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,9 +7,23 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed +### Deprecated + +### Removed + +### Fixed + +### Security + +## [19.11.2] - 2019-11-07 + +### Changed + * IS_EVOMAINTENANCE_FW : warn only if HOOK_DB is enabled * IS_BACKUPUPTODATE : check backup dates in the correct directory +## [19.11.1] - 2019-11-06 + ### Fixed * IS_TMPUSRRO : improve grep for options detection diff --git a/evocheck.sh b/evocheck.sh index b0c1ffc..b351081 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1464,7 +1464,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.11.1" +readonly VERSION="19.11.2" # Disable LANG* export LANG=C