diff --git a/CHANGELOG.md b/CHANGELOG.md index c2082910f..a658453b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +### 0.20.11 + +- fix an issue during migration removing not-yet-members +- users cannot directly join a secret circle + + ### 0.20.10 - escape html in 'shared files by Circles' diff --git a/Makefile b/Makefile index d01b32daf..a04b1b674 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud release_account=nextcloud-releases branch=stable20 -version=0.20.10 -since_tag= +version=0.20.11 +since_tag=0.20.10 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 5d104e02d..c616eaba3 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.20.10 + 0.20.11 agpl Maxence Lange