diff --git a/CHANGELOG b/CHANGELOG index 1649300..767b520 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,12 +15,23 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.07] 2021-07-07 + +### Added + +* Preliminary Debian 11 « Bullseye » support + +### Fixed + +* IS_HARDWARERAIDTOOL: match more RAID PCI cards + +### Security + ## [20.12] 2021-01-18 ### Fixed * IS_EVOLIX_USER: Match on if account name begin by evolix, don't match account name testevolix for example -* IS_HARDWARERAIDTOOL: match more RAID PCI cards ## [20.12] 2020-04-28 diff --git a/evocheck.sh b/evocheck.sh index a41de87..02fa4a6 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.05-pre2" +VERSION="21.07" readonly VERSION # base functions