diff --git a/CHANGELOG.md b/CHANGELOG.md index fb223a1..62bdefb 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.9.0] - 2020-08-01 ### Added - System users and groups can now be specified by name in addition to uid/gid. diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index cd095f8..b25f035 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.8.0" +version = "0.9.0" authors = ["Rodolphe Breard "] edition = "2018" repository = "https://github.com/breard-r/libreauth" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 822e14d..92e8b98 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.8.0" +version = "0.9.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index ad0fbf9..533a284 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.8.0" +version = "0.9.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"