From 68ece83300f3daf09250a6bb92d417e9a6890d2c Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Thu, 11 Mar 2021 19:16:50 +0100
Subject: [PATCH] v1.9.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 CHANGELOG.md      | 9 +++++++++
 appinfo/info.xml  | 2 +-
 package-lock.json | 2 +-
 package.json      | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 562069ed7..110094dc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 1.9.2 – 2021-03-11
+### Fixed
+- Handling of IMAP messages without a Message-Id header
+- Missing reply action
+- Scrolling of message source
+- Message important/flagged toggle
+- Forwarding of messages with inline images
+- Browser lag after the initial inbox synchronization
+
 ## 1.9.1 - 2021-03-03
 ### Fixed
 - Missing route for attachments zip response
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9c7e4032d..5b765cb12 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
 - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
 - **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
 	]]></description>
-	<version>1.9.1</version>
+	<version>1.9.2</version>
 	<licence>agpl</licence>
 	<author>Anna Larch</author>
 	<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 85dbb2067..2b33a6680 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "nextcloud-mail",
-  "version": "1.9.1",
+  "version": "1.9.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index ce755a999..ff55ae71a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "nextcloud-mail",
   "description": "Nextcloud Mail",
-  "version": "1.9.1",
+  "version": "1.9.2",
   "author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
   "license": "agpl",
   "private": true,
-- 
GitLab