diff --git a/openbsd/CHANGELOG b/openbsd/CHANGELOG index ebccbe0..70682a8 100644 --- a/openbsd/CHANGELOG +++ b/openbsd/CHANGELOG @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +### Security + +## [23.06] - 2023-06-05 + +### Added + * Log output and runtime config to /var/log/evocheck.log. * check_mountfstab and check_mount: make sure all mounted partitions are in fstab and all partitions in fstab are mounted diff --git a/openbsd/evocheck.sh b/openbsd/evocheck.sh index 5b7da52..c3f162a 100755 --- a/openbsd/evocheck.sh +++ b/openbsd/evocheck.sh @@ -3,7 +3,7 @@ # EvoCheck # Script to verify compliance of an OpenBSD server powered by Evolix -readonly VERSION="23.02" +readonly VERSION="23.06" # base functions