From 5b42d1fe14b9fb44c6659ac3aafcc80329ddde48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 13 Jun 2021 19:59:52 +0200 Subject: [PATCH] ACMEd v0.18.0 --- CHANGELOG.md | 4 ++-- 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, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3005e6..1cec1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,14 @@ 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.18.0] - 2021-06-13 ### Added - Add support for Ed25519 and Ed448 account keys and certificates. - In addition to `restart`, the Polkit rule also allows the `reload`, `try-restart`, `reload-or-restart` and `try-reload-or-restart` verbs. -## [0.17.0] - 2020-05-04 +## [0.17.0] - 2021-05-04 ### Added - Allow the configuration of some default values at compile time using environment variables. diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 31a3982..711400d 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.17.0" +version = "0.18.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index d8d86e2..eb493a9 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.17.0" +version = "0.18.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 ab3e132..7c2c340 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 May 4, 2021 +.Dd June 13, 2021 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 9373905..e8d0b43 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 May 4, 2021 +.Dd June 13, 2021 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 849cb82..5fdfba6 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 May 4, 2021 +.Dd June 13, 2021 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 86c3aed..1a28896 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.17.0" +version = "0.18.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"