diff --git a/CHANGELOG b/CHANGELOG index 2749b69..572331e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_AUTOIF: Ignore WireGuard interfaces - ### Changed ### Deprecated @@ -17,6 +15,16 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.06] 2022-06-03 + +### Added + +* IS_AUTOIF: Ignore WireGuard interfaces + +### Changed + +* IS_DEBIANSECURITY: Fix Debian security repo for Bullseye, cf https://www.debian.org/releases/stable/errata + ## [22.05] 2022-05-12 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 30047eb..6bba06c 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.05" +VERSION="22.06" readonly VERSION # base functions