diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7ca87a..3a13f2c 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.15] - 2024-09-20
+
+## Added
+- Multi-tenancy support.
+- Role & permissions management.
+- FTS reindex management action.
+- View DNS records in BIND format.
+
+### Changed
+
+### Fixed
+- Display memory usage in MBs rather than bytes.
+
## [0.1.14] - 2024-09-09
## Added
diff --git a/Cargo.lock b/Cargo.lock
index 4891ea1..39f8037 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2387,7 +2387,7 @@ dependencies = [
[[package]]
name = "webadmin"
-version = "0.1.14"
+version = "0.1.15"
dependencies = [
"ahash",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index ad1a8cd..aaf8cca 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.14"
+version = "0.1.15"
edition = "2021"
resolver = "2"
diff --git a/README.md b/README.md
index dd06be6..888a5d0 100644
--- a/README.md
+++ b/README.md
@@ -11,35 +11,23 @@