diff --git a/app/config/config.go b/app/config/config.go
index 99a32622f..2f72571b7 100644
--- a/app/config/config.go
+++ b/app/config/config.go
@@ -16,7 +16,7 @@ import (
var AppName = "textsecure.nanuc"
-var AppVersion = "0.9.2"
+var AppVersion = "0.9.3"
// Do not allow sending attachments larger than 100M for now
var MaxAttachmentSize int64 = 100 * 1024 * 1024
diff --git a/appimage/AppDir/axolotl.appdata.xml b/appimage/AppDir/axolotl.appdata.xml
index e80a0d4a9..f014341a7 100644
--- a/appimage/AppDir/axolotl.appdata.xml
+++ b/appimage/AppDir/axolotl.appdata.xml
@@ -21,6 +21,9 @@
+
+ https://github.com/nanu-c/axolotl/releases/tag/v0.9.3
+
https://github.com/nanu-c/axolotl/releases/tag/v0.9.2
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 0da971d65..ee103296d 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,3 +1,14 @@
+0.9.3 (Jan 13 2021)
+------------------------------------
+* Add an indication in the "Settings" page about how to enable notifications in Axolotl (flaburgan)
+* Fix the desktop shortcut in Flatpak installation (joshbowyer)
+* When quoting a message and answer with an image, display the quoted message above the image (flaburgan)
+* Add a link to the "Contacts" page in the main menu (flaburgan)
+* Add the sender name of a quoting message in groups (flaburgan)
+* Add the complete date and time of a message when tapping the "From now" time (flaburgan)
+* Add a "Loading" spinner on the picture when sending (flaburgan)
+
+
0.9.2 (Dec 21 2020)
------------------------------------
* Hotfix - Fix XSS injection in messages
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 3d545a52d..c8961ab2f 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -71,7 +71,7 @@ To build the application, use the following command from the root of this reposi
To install the built snap, use snap:
-`sudo snap install axolotl_0.9.2_amd64.snap --dangerous`
+`sudo snap install axolotl_0.9.3_amd64.snap --dangerous`
**Run**
diff --git a/flatpak/org.nanuc.Axolotl.appdata.xml b/flatpak/org.nanuc.Axolotl.appdata.xml
index c2cbc7b71..6b49ceee3 100644
--- a/flatpak/org.nanuc.Axolotl.appdata.xml
+++ b/flatpak/org.nanuc.Axolotl.appdata.xml
@@ -21,6 +21,9 @@
+
+ https://github.com/nanu-c/axolotl/releases/tag/v0.9.3
+
https://github.com/nanu-c/axolotl/releases/tag/v0.9.2
diff --git a/manifest.json b/manifest.json
index 4972fde90..d22d63c3f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name": "textsecure.nanuc",
- "version": "0.9.2",
+ "version": "0.9.3",
"description": "A Signal compatible messaging client for Ubuntu phones",
"title": "Axolotl",
"architecture": "@CLICK_ARCH@",
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b6ed943e2..2fc8e0e1e 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,12 +1,12 @@
name: axolotl
summary: A signal client.
description: |
- Axolotl is a cross-platform signal client
+ Axolotl is a cross-platform Signal client
grade: stable
confinement: strict
base: core18
icon: snap/gui/axolotl.png
-version: "0.9.2"
+version: "0.9.3"
parts:
axolotl: