diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba65f4..815ca00 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.19.0] - 2022-04-17 ### Added - The `acmed@user.service` systemd unit configuration has been added as an alternative to the `acmed.service` unit. diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index c465df8..9a4c798 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.18.0" +version = "0.19.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index f0b55a2..363ba61 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.18.0" +version = "0.19.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 7c2c340..7b61fa1 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 June 13, 2021 +.Dd April 17, 2022 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index c23be89..9971c63 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 June 13, 2021 +.Dd April 17, 2022 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 5fdfba6..8b3dd0b 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 June 13, 2021 +.Dd April 17, 2022 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 0d0cad7..b534c93 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.18.0" +version = "0.19.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"