From 44c6f99456eb50eb642462af3581f43ed6d6a537 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 10 Oct 2020 23:03:23 +0200 Subject: [PATCH] ACMEd v0.12.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 a9abd65..d1ace9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,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.13.0] - 2020-10-10 ### Added - In the configuration, `root_certificates` has been added to the `global` and `endpoint` sections as an array of strings representing the path to root certificate files. diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index d31bd7c..3a0ef4e 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.12.0" +version = "0.13.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 281e4bb..17603cf 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.12.0" +version = "0.13.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 32bb797..7c05743 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 September 26, 2020 +.Dd October 10, 2020 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 342d791..26a8b6f 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 September 26, 2020 +.Dd October 10, 2020 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 4f5dc57..0e8da4e 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 September 26, 2020 +.Dd October 10, 2020 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 3ee2521..a1ae420 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.12.0" +version = "0.13.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"