diff --git a/CHANGELOG b/CHANGELOG index 8d2caa5..bbe8c3f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,18 +7,24 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* fix various shellcheck violations - ### Deprecated ### Removed ### Fixed -* IS_EVOBACKUP_EXCLUDE_MOUNT: fix one-file-system restriction - ### Security +## [22.04.1] 2022-04-25 + +### Changed + +* fix various shellcheck violations + +### Fixed + +* IS_EVOBACKUP_EXCLUDE_MOUNT: fix one-file-system restriction + ## [22.04] 2022-04-25 ### Changed diff --git a/evocheck.sh b/evocheck.sh index b6d5ef0..4f24ae7 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.04" +VERSION="22.04.1" readonly VERSION # base functions