From ad217f2b5b6f2c229d7de57005ae2dfbec9c01b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 20 Dec 2023 17:37:02 +0100 Subject: [PATCH] ACMEd v0.22.0 --- CHANGELOG.md | 2 +- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- man/en/acmed.8 | 2 +- man/en/acmed.toml.5 | 2 +- man/en/tacd.8 | 2 +- tacd/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a128d8..41ffbc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.22.0] - 2023-12-20 ### Fixed - ACMEd no longer crashes when the `random_early_renew` parameter is set to zero (GitHub bug #102). diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 6df38a9..fe5283c 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.21.0" +version = "0.22.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 7f59830..59631bf 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.21.0" +version = "0.22.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/man/en/acmed.8 b/man/en/acmed.8 index beb96be..fe63aaa 100644 --- a/man/en/acmed.8 +++ b/man/en/acmed.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 19, 2022 +.Dd Dec 20, 2023 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 0d3be4e..c627956 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 19, 2022 +.Dd Dec 20, 2023 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index c7e6b25..ce0d7cc 100644 --- a/man/en/tacd.8 +++ b/man/en/tacd.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd Dec 19, 2022 +.Dd Dec 20, 2023 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 91bba40..67cc52d 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.21.0" +version = "0.22.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"