diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ab81f8c..810871a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. + +### 0.17.13 + +- allow self signed certificate: self_signed_cert +- fix issue with personal circles and skip_invitation +- fix an issue with number limit on group +- split on event activity for circles creation +- fix messages on some activites +- fix CSS + + ### 0.17.12 - fix some translation diff --git a/Makefile b/Makefile index a26049d64..c261c4eba 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=stable16 -version+=0.17.12 +version+=0.17.13 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 9aa7f7a6a..bad7fa2e6 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.17.12 + 0.17.13 agpl Maxence Lange