diff --git a/CHANGELOG.md b/CHANGELOG.md
index c815178b5..68d8c6f8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+
+### 0.18.9
+
+- fixing some auth on dav connection
+- absolute url for actions
+
+
+
### 0.18.8
- quick fix on some sql request and migration issues
diff --git a/Makefile b/Makefile
index 679e3632c..949f18773 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable18
-version+=0.18.8
+version+=0.18.9
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f3bc2f4e..af4082b70 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.18.8
+ 0.18.9
agpl
Maxence Lange