diff --git a/.wordlist.txt b/.wordlist.txt
index fb0c8d27..4046fa42 100644
--- a/.wordlist.txt
+++ b/.wordlist.txt
@@ -1,4 +1,5 @@
AAM
+AAOS
AAPT
AAR
AArch
@@ -294,6 +295,7 @@ vsync
Vulkan
vsync
Wayland
+WebGL
WebRTC
WebSocket
websocket
diff --git a/ref/glossary.md b/ref/glossary.md
index cbb3bb7b..c28edb20 100644
--- a/ref/glossary.md
+++ b/ref/glossary.md
@@ -287,7 +287,7 @@ A specialised processor that is designed to accelerate image processing and grap
The characteristic of a system to continuously be available without failing for a higher-than-normal period of time. Anbox Cloud ensures high availability by keeping replicas of every service, which avoids having a single point of failure.
-See https://discourse.ubuntu.com/t/enable-high-availability/17754.
+See [Enable high availability](https://discourse.ubuntu.com/t/enable-high-availability/17754).
### Hook
@@ -301,7 +301,7 @@ See [Hooks](https://discourse.ubuntu.com/t/hooks/28555).
The base for an instance, which contains all necessary components like Anbox or the Android root file system. Anbox Cloud provides images based on different Android and Ubuntu versions and different architectures.
-See https://discourse.ubuntu.com/t/manage-images/17758 and https://discourse.ubuntu.com/t/provided-images/24185.
+See [Manage images](https://discourse.ubuntu.com/t/manage-images/17758) and [Provided images](https://discourse.ubuntu.com/t/provided-images/24185).
### Instance
diff --git a/release-notes/1.20.2.md b/release-notes/1.20.2.md
new file mode 100644
index 00000000..d3fb1c6f
--- /dev/null
+++ b/release-notes/1.20.2.md
@@ -0,0 +1,23 @@
+## Introduction
+The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.20.2.
+
+Please see [component versions](https://anbox-cloud.io/docs/ref/component-versions) for a list of updated components.
+
+## New features & improvements
+* VPU slots for an app are synchronised through the Anbox Application Registry (AAR).
+* Extended logging is available for WebRTC connections. This extended logging includes logging of local and remote ICE candidates which can be used by enabling the feature flag `webrtc.enable_ice_logging`.
+* Android security updates for January 2024 (see [Android Security Bulletin - January 2024](https://source.android.com/docs/security/bulletin/2024-01-01) for more information).
+* The Android WebView has been updated to [120.0.6099.193](https://chromereleases.googleblog.com/2024/01/chrome-for-android-update.html).
+
+## Bugs fixed
+* Automotive audio control service (`android.hardware.automotive.audiocontrol`) gets launched by accident with the currently provided images.
+* LXD error `NonReusableSucceeded` is not handled properly, causing the application creation to proceed without issues even when the post-stop hook of an addon fails to execute.
+* System security updates for instances are applied even when the corresponding AMS configuration was set to explicitly disable them.
+* With all Android versions, screen recording from the quick settings fails to start.
+* Starting an Android 11 instance without a GPU fails to start.
+* On the web dashboard, the *Create session* button is clickable even when the *Application* field is empty.
+* [LP #2046348](https://bugs.launchpad.net/anbox-cloud/+bug/2046348) When dynamically changing the screen resolution upon joining a streaming session to a lower resolution than the configured resolution, the resolution of the resulting video stream does not match. Instead, it stays at the resolution initially configured for the streaming session.
+* [Bug report](https://discourse.ubuntu.com/t/enable-webgl-in-anbox-cloud/41170/4) When running WebGL based applications, the WebView shows an error and indicates that the WebView APK shipped as part of the Android image does not support WebGL.
+
+## Upgrade instructions
+See [Upgrade Anbox Cloud](https://anbox-cloud.io/docs/howto/update/upgrade-anbox) or [Upgrade the Anbox Cloud Appliance](https://anbox-cloud.io/docs/howto/update/upgrade-appliance) for instructions on how to update your Anbox Cloud deployment to the 1.20.2 release.