diff --git a/CHANGELOG.md b/CHANGELOG.md index 8256a55..1aab0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.11] - 2024-08-20 + +## Added +- SQL Read replicas (Enterprise edition only). +- Distributed blob store (Enterprise edition only). +- Message delivery history (Enterprise edition only). +- Live tracing (Enterprise edition only). + +### Changed + +### Fixed +- Manage account dropdown displayed on the wrong part of the page. + ## [0.1.10] - 2024-08-08 ## Added diff --git a/Cargo.lock b/Cargo.lock index 5fd46e4..b5d3264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,7 +2311,7 @@ dependencies = [ [[package]] name = "webadmin" -version = "0.1.10" +version = "0.1.11" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index e126728..2cafe22 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 OR LicenseRef-SEL" -version = "0.1.10" +version = "0.1.11" edition = "2021" resolver = "2"