diff --git a/CHANGELOG b/CHANGELOG index 87604cc..c944b12 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,20 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [20.12] 2020-04-28 + +### Added + * support multiple values for SQL_BACKUP_PATH and POSTGRES_BACKUP_PATH ### Changed @@ -14,16 +28,10 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp * IS_POSTGRES_BACKUP: look for compressed backup too * IS_VARTMPFS: use findmnt if available -### Deprecated - ### Removed * Remove unused PROGDIR variable -### Fixed - -### Security - ## [20.04.4] 2020-04-28 ### Added diff --git a/evocheck.sh b/evocheck.sh index 51619d3..287982e 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -readonly VERSION="20.04.3" +readonly VERSION="20.12" # base functions