diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58113e7bb..05e4d7850 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+### 0.19.2
+
+- quick fix on some sql request and migration issues
+- signing gs request
+
### 0.19.1
diff --git a/Makefile b/Makefile
index b54a1a590..ec877b695 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.19.1
+version+=0.19.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 88d10272f..f679747d7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
- 0.19.1
+ 0.19.2
agpl
Maxence Lange