diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d6a61..a7bcbb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -* cert-expirations.sh: check CARP state only when checking ca and certs expirations -* Fix path variables in cert-expirations.sh - ### Removed ### Security +## [22.12] 2022-12-02 + +### Fixed + +* cert-expirations.sh: check CARP state only when checking ca and certs expirations +* Fix path variables in cert-expirations.sh + ## [22.12] 2022-12-01 ### Added diff --git a/cert-expirations.sh b/cert-expirations.sh index c207001..b0cfc09 100644 --- a/cert-expirations.sh +++ b/cert-expirations.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="22.12" +VERSION="22.12.1" show_version() { cat <