diff --git a/CHANGELOG.md b/CHANGELOG.md index b24a0a1..4057d95 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.23.0] - 2024-02-10 ### Added - The `challenge-tls-alpn-01` hook now exposes the `raw_proof` variable, which contains the SHA-256 digest of the key authorization, encoded using Base64 URL scheme without padding. diff --git a/Cargo.lock b/Cargo.lock index 7f1a7a0..4a744e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acme_common" -version = "0.22.2" +version = "0.23.0" dependencies = [ "base64", "daemonize", @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "acmed" -version = "0.22.2" +version = "0.23.0" dependencies = [ "acme_common", "async-lock 3.3.0", @@ -1482,7 +1482,7 @@ dependencies = [ [[package]] name = "tacd" -version = "0.22.2" +version = "0.23.0" dependencies = [ "acme_common", "anyhow", diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index aec0bd8..78723db 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.22.2" +version = "0.23.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 79767ec..ab9428c 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.22.2" +version = "0.23.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 af67cc0..d37adfe 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 Jan 09, 2024 +.Dd Feb 10, 2024 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 1ebf0dd..757ff11 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 Jan 09, 2024 +.Dd Feb 10, 2024 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index ca751ca..ff0a93a 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 Jan 09, 2024 +.Dd Feb 10, 2024 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index d6cbb27..67fd428 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.22.2" +version = "0.23.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"