diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ea26db6..4c8114c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +### 0.20.1 + +- fixing a migration issue on some database setup +- fixing an issue on local instance + + ### 0.20.0 (NC20) - compat nc20 diff --git a/Makefile b/Makefile index 5fae53130..ec9c96167 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.20.0 +version+=0.20.1 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 580884a23..a5d41df05 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.0 + 0.20.1 agpl Maxence Lange