diff --git a/CHANGELOG.md b/CHANGELOG.md index b06fd0c..fbd7a72 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.6.1] - 2019-09-13 ### Fixed - A race condition when requesting multiple certificates on the same non-existent account has been fixed. diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index ec6f7bc..324f3bb 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.6.0" +version = "0.6.1" authors = ["Rodolphe Breard "] edition = "2018" repository = "https://github.com/breard-r/libreauth" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index a0db3fc..ac0cde2 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.6.0" +version = "0.6.1" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/man/en/acmed.8 b/man/en/acmed.8 index 5854e2e..f75c6cb 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 5, 2019 +.Dd October 13, 2019 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index a9e3ae6..fa51da0 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 5, 2019 +.Dd October 13, 2019 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 5d282a5..ebdf48c 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 5, 2019 +.Dd October 13, 2019 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 37276d7..6fd4fb8 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.6.0" +version = "0.6.1" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"