diff --git a/static/releases.html b/static/releases.html
index d372e3c8..d970ad3c 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -77,6 +77,7 @@
Changelog
+ - 2019.08.25.15
- 2019.08.05.19
- 2019.07.16.22
- 2019.07.01.21
@@ -326,6 +327,34 @@
List of tagged releases. Snapshot releases without tags such as early releases of
the project and early device support releases are not listed.
+
+
+ Tags:
+
+
+ Changes since the 2019.08.05.19 release:
+
+
+ - add missing privileged permission whitelist for SdkSetup in SDK emulator builds
+ - set up Vanadium for other architectures (arm, x86, x86_64)
+ - hardened_malloc (GrapheneOS only): remove workaround for use-after-free in the citadel (Titan M) driver's key attestation support since it was fixed upstream
+ - hardened_malloc: update libdivide to 2.0
+ - Vanadium (browser and WebView): update Chromium base to 76.0.3809.111
+ - Vanadium: redirect settings help icon
+ - Vanadium: set default search engine to DuckDuckGo
+ - apply partial fix for package manager original-package feature
+ - PDF Viewer: update to version 2
+ - Auditor: update to version 16
+ - add Vanadium to the apps that cannot be disabled via Settings (can still be disabled) since the warning isn't enough to deter people from unknowingly breaking apps using the WebView
+ - Updater: add settings entry to manually trigger check for updates
+ - Updater: reschedule update check job on channel change
+
+