From ce81f9001f9a19407b581b463eeab7bf71b10b31 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Wed, 8 Feb 2023 19:42:54 -0500 Subject: [PATCH] Release v0.15.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6be41..4a2879e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v0.15.0 (2023-02-TBD) +## v0.15.0 (2023-02-08) - **Significant behavior change**: certspotter is now intended to run as a daemon instead of a cron job. Specifically, certspotter no longer terminates unless it receives SIGTERM or SIGINT or there is a serious error.