diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 9fc27cf..ebb0047 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -5,20 +5,26 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_AUTOIF: add support for /etc/network/interfaces.d - ### Changed ### Deprecated ### Removed -* remove all BSD specific code - ### Fixed ### Security +## [22.08] 2022-08-29 + +### Added + +* IS_AUTOIF: add support for /etc/network/interfaces.d + +### Removed + +* remove all BSD specific code + ## [22.07.1] 2022-07-28 ### Changed diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 430f3fc..e924deb 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.07" +VERSION="22.08" readonly VERSION # base functions