diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 1c242c2..8b01def 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* IS_AUTOIF: check only statically defined interfaces - ### Deprecated ### Removed @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.08.1] 2022-08-29 + +### Changed + +* IS_AUTOIF: check only statically defined interfaces + ## [22.08] 2022-08-29 ### Added diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 658d127..2771c90 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="22.08" +VERSION="22.08.1" readonly VERSION # base functions