diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68d8c6f8f..59b6ed29c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
+### 0.18.10
+
+- better maintenance of circles and shares
### 0.18.9
diff --git a/Makefile b/Makefile
index 949f18773..55c619ef3 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.9
+version+=0.18.10
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 777299486..78449581b 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.9
+ 0.18.10
agpl
Maxence Lange
diff --git a/lib/ShareByCircleProvider.php b/lib/ShareByCircleProvider.php
index 9b20f3bc3..ef29f3ffc 100644
--- a/lib/ShareByCircleProvider.php
+++ b/lib/ShareByCircleProvider.php
@@ -417,7 +417,6 @@ private function editShareEntry($data) {
$this->miscService->getDisplayName($data['circle_owner']), $data['share_with']
);
-
return $data;
}