diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb040b..1dc1915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.5] - 2024-05-23 + +## Added +- HTTP Strict Transport Security option +- Cleanup settings +- Strict DKIM setting +- Allowed IP list +- Display disk usage even when quotas are disabled + +### Changed +- Discourage RSA-SHA1 key usage +- Master user settings +- Removed DKIM signature length option +- Use a single ARC seal by default +- Add server hostname to SMTP greetings + +### Fixed +- `session.auth.require` variable type + ## [0.1.4] - 2024-05-13 ## Added diff --git a/Cargo.lock b/Cargo.lock index f2f157d..115de02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "webadmin" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7934eab..eb291c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://stalw.art" keywords = ["web", "admin", "email", "mail", "server"] categories = ["email"] license = "AGPL-3.0-only" -version = "0.1.4" +version = "0.1.5" edition = "2021" resolver = "2"